다음을 통해 공유


RelationalCommandBuilderExtensions.GetLength 메서드

정의

명령 텍스트의 길이를 가져옵니다.

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

매개 변수

commandBuilder
IRelationalCommandBuilder

명령 작성기입니다.

반환

명령 텍스트의 길이입니다.

적용 대상