Share via


RelationalCommandBuilderExtensions.GetLength Méthode

Définition

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.

S’applique à