Initialises a new instance of the FunctionExpression class.
Namespace:
Mindscape.LightSpeed.QueryingAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
C# |
---|
public FunctionExpression( string name, int implicitArgumentIndex, IEnumerable<QueryExpression> arguments ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ name As String, _ implicitArgumentIndex As Integer, _ arguments As IEnumerable(Of QueryExpression) _ ) |
Parameters
- name
- Type: System..::.String
The name of the SQL function.
- implicitArgumentIndex
- Type: System..::.Int32
The index at which the expression to which the FunctionExpression is attached will appear in the arguments to the SQL function.
- arguments
- Type: System.Collections.Generic..::.IEnumerable<(Of <(QueryExpression>)>)
Additional arguments to pass to the SQL function.