共用方式為


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

命令產生器。

傳回

命令文字的長度。

適用於