FlexPivot for WPF | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / ColumnOpCustom Class / As Method
Alias of the column to be used as the column name.

In This Topic
    As Method (ColumnOpCustom)
    In This Topic
    Used for columns of linked tables in a join query to specify an alias, if needed.
    Syntax
    'Declaration
     
    Public Function As( _
       ByVal alias As String _
    ) As Column
    public Column As( 
       string alias
    )

    Parameters

    alias
    Alias of the column to be used as the column name.
    See Also