FlexPivot for WPF | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Op Class / LCase Method
String operand.

In This Topic
    LCase Method
    In This Topic
    Convert to lower case: unary, simple (without aggregation) operation on strings.
    Syntax
    'Declaration
     
    Public Shared Function LCase( _
       ByVal col As Column _
    ) As ColumnOp
    public static ColumnOp LCase( 
       Column col
    )

    Parameters

    col
    String operand.
    See Also