RelationalCommandBuilderExtensions.GetLength(IRelationalCommandBuilder) Yöntem

Tanım

Komut metninin uzunluğunu alır.

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

Parametreler

commandBuilder
IRelationalCommandBuilder

Komut Oluşturucu.

Döndürülenler

Int32

Komut metninin uzunluğu.

Şunlara uygulanır