DefaultQuerySqlGenerator.GenerateFunctionCall Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Override VisitSqlFunction method instead.
Generates a SQL function call.
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)
Parameters
- functionName
- String
The function name
- arguments
- IReadOnlyList<Expression>
The function arguments
- schema
- String
The function schema
- Attributes
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework