Compartilhar via


DefaultQuerySqlGenerator.GenerateFromSql Método

Definição

Gere SQL correspondente a uma consulta 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))

Parâmetros

sql
String

A consulta SQL FromSql.

arguments
Expression

Os argumentos.

parameters
IReadOnlyDictionary<String,Object>

Os parâmetros dessa consulta.

Aplica-se a