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

In This Topic
    ColumnAlias Property
    In This Topic
    Gets the alias used to reference this ViewModelColumn by name.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnAlias As System.String
    public System.string ColumnAlias {get;}
    Remarks
    If this property contains an empty value while the ViewModelColumn is the item of the C1ViewModel.ColumnsDefined collection then corresponding ViewModelColumn object of the C1ViewModel.ColumnsEffective collection contains automatically generated value. This value is equal to ColumnName of representing DataColumn or is some modification of it which is necessary to ensure column name uniqueness.
    See Also