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

In This Topic
    DataColumnName Property
    In This Topic
    Gets the name of the DataColumn repesented by this ViewModelColumn, or denotes all columns of ViewNode in case when its value is not set (null or empty string).
    Syntax
    'Declaration
     
    Public ReadOnly Property DataColumnName As System.String
    public System.string DataColumnName {get;}
    See Also