ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / ViewModelColumn Class / ColumnExpression Property

In This Topic
    ColumnExpression Property
    In This Topic
    Gets an expression used to calculate the column value in case when this ViewModelColumn represents a calculated column.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnExpression As System.String
    public System.string ColumnExpression {get;}
    See Also