次の方法で共有


IQuerySqlGenerator.GenerateSql メソッド

定義

指定されたパラメーター値の SQL を生成します。

public Microsoft.EntityFrameworkCore.Storage.IRelationalCommand GenerateSql (System.Collections.Generic.IReadOnlyDictionary<string,object> parameterValues);
abstract member GenerateSql : System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Microsoft.EntityFrameworkCore.Storage.IRelationalCommand
Public Function GenerateSql (parameterValues As IReadOnlyDictionary(Of String, Object)) As IRelationalCommand

パラメーター

parameterValues
IReadOnlyDictionary<String,Object>

パラメーター値。

戻り値

SQL。

適用対象