RelationalCommandBuilderExtensions.GetLength Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la longueur du texte de commande.
public static int GetLength(this Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder commandBuilder);
static member GetLength : Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder -> int
<Extension()>
Public Function GetLength (commandBuilder As IRelationalCommandBuilder) As Integer
Paramètres
- commandBuilder
- IRelationalCommandBuilder
Générateur de commandes.
Retours
Longueur du texte de la commande.