다음을 통해 공유


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>

이 쿼리의 매개 변수입니다.

적용 대상