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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework