ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / ViewModelColumn Class / ViewModelColumn Constructor / ViewModelColumn Constructor(String,String)
The expression that is used to calculate the column value.
The that is used to reference the column.

In This Topic
    ViewModelColumn Constructor(String,String)
    In This Topic
    Creates a new instance of the ViewModelColumn class that represents a calculated column with the specified calculation expression and alias.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal columnExpression As System.String, _
       ByVal columnAlias As System.String _
    )
    public ViewModelColumn( 
       System.string columnExpression,
       System.string columnAlias
    )

    Parameters

    columnExpression
    The expression that is used to calculate the column value.
    columnAlias
    The that is used to reference the column.
    See Also