Alias Property (ColumnCopy)
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