Applies the SQL LOWER function 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 Lower()
Visual Basic (Declaration)
Public Function Lower As PathExpression

Return Value

An expression representing the LOWER function applied to this attribute.

See Also