Partager via


DefaultQuerySqlGenerator.GenerateFromSql Méthode

Définition

Générez du code SQL correspondant à une requête 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))

Paramètres

sql
String

Requête Sql FromSql.

arguments
Expression

Arguments.

parameters
IReadOnlyDictionary<String,Object>

Paramètres de cette requête.

S’applique à