DefaultQuerySqlGenerator.GenerateFromSql 方法

定义

生成与 FromSql 查询对应的 SQL。

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

FromSql SQL 查询。

arguments
Expression

自变量。

parameters
IReadOnlyDictionary<String,Object>

此查询的参数。

适用于