Sets a SQL function to be applied to this attribute.

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

Syntax

C#
public PathExpression Function(
	string name,
	params Object[] arguments
)
Visual Basic (Declaration)
Public Function Function ( _
	name As String, _
	ParamArray arguments As Object() _
) As PathExpression

Parameters

name
Type: System..::.String
The native SQL name of the function.
arguments
Type: array< System..::.Object >[]()[]
Arguments to be passed to the function.

Return Value

An expression representing the results of applying the function to this PathExpression.

See Also