DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / ColumnOpCustomBase Class / Alias Property

In This Topic
    Alias Property (ColumnOpCustomBase)
    In This Topic
    For columns of linked tables in a join query, gets the alias of the column if it is different from the name. Otherwise, empty.
    Syntax
    'Declaration
     
    Public ReadOnly Property Alias As String
    public string Alias {get;}
    See Also