ComponentOne FlexPivot for WinForms
LCase Method

C1.DataEngine.4 Assembly > C1.DataEngine Namespace > Op Class : LCase Method
String operand.
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

Reference

Op Class
Op Members