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

命令生成器。

返回

命令文本的长度。

适用于