Compartir a través de


RelationalCommandBuilderExtensions.GetLength Método

Definición

Obtiene la longitud del texto del comando.

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

Parámetros

commandBuilder
IRelationalCommandBuilder

Generador de comandos.

Devoluciones

Longitud del texto del comando.

Se aplica a