Gets the index at which the expression to which the FunctionExpression is attached will appear in the arguments to the SQL function.

Namespace:  Mindscape.LightSpeed.Querying
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public int ImplicitArgumentIndex { get; }
Visual Basic (Declaration)
Public ReadOnly Property ImplicitArgumentIndex As Integer

See Also