次の方法で共有


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

コマンド ビルダー。

戻り値

コマンド テキストの長さ。

適用対象