Поделиться через


DefaultQuerySqlGenerator.GenerateFunctionCall Метод

Определение

Внимание!

Override VisitSqlFunction method instead.

Создает вызов функции SQL.

protected virtual void GenerateFunctionCall (string functionName, System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression> arguments, string schema = default);
[System.Obsolete("Override VisitSqlFunction method instead.")]
protected virtual void GenerateFunctionCall (string functionName, System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression> arguments, string schema = default);
abstract member GenerateFunctionCall : string * System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression> * string -> unit
override this.GenerateFunctionCall : string * System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression> * string -> unit
[<System.Obsolete("Override VisitSqlFunction method instead.")>]
abstract member GenerateFunctionCall : string * System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression> * string -> unit
override this.GenerateFunctionCall : string * System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression> * string -> unit
Protected Overridable Sub GenerateFunctionCall (functionName As String, arguments As IReadOnlyList(Of Expression), Optional schema As String = Nothing)

Параметры

functionName
String

Имя функции

arguments
IReadOnlyList<Expression>

Аргументы функции

schema
String

Схема функции

Атрибуты

Применяется к