Aracılığıyla paylaş


DefaultQuerySqlGenerator.GenerateFromSql Yöntem

Tanım

FromSql sorgusuna karşılık gelen SQL'i oluşturun.

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))

Parametreler

sql
String

FromSql SQL sorgusu.

arguments
Expression

Bağımsız değişkenler.

parameters
IReadOnlyDictionary<String,Object>

Bu sorgunun parametreleri.

Şunlara uygulanır