SQLColumn.Index Property (Typed) | |
A numeric value representing the SQL column number.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Index AS LONG GET SET
public virtual int Index { get; set; }
Request Example
View SourceProperty Value
Type:
LongA numeric value representing the SQL column number.
See Also