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