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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework