SQLColumn.AliasName Property (Typed) | |
The alias name of the SQL column.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY AliasName AS STRING GET SET
public virtual string AliasName { get; set; }
Request Example
View SourceProperty Value
Type:
StringThe alias name of the SQL column.
See Also