Поделиться через


DefaultQuerySqlGenerator.GenerateFromSql Метод

Определение

Создайте SQL, соответствующий запросу FromSql.

protected virtual void GenerateFromSql (string sql, System.Linq.Expressions.Expression arguments, System.Collections.Generic.IReadOnlyDictionary<string,object> parameters);
abstract member GenerateFromSql : string * System.Linq.Expressions.Expression * System.Collections.Generic.IReadOnlyDictionary<string, obj> -> unit
override this.GenerateFromSql : string * System.Linq.Expressions.Expression * System.Collections.Generic.IReadOnlyDictionary<string, obj> -> unit
Protected Overridable Sub GenerateFromSql (sql As String, arguments As Expression, parameters As IReadOnlyDictionary(Of String, Object))

Параметры

sql
String

Sql-запрос FromSql.

arguments
Expression

Аргументы.

parameters
IReadOnlyDictionary<String,Object>

Параметры для этого запроса.

Применяется к