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

Return Value

An expression representing the UPPER function applied to this attribute.

See Also