SQLColumnAttributes.AutoIncrement Property (Typed) | |
A logical value of TRUE if the column is automatically incremented or FALSE if it is either not automatically incremented or non-numeric.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY AutoIncrement AS LOGIC GET SET
public virtual bool AutoIncrement { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA logical value of TRUE if the column is automatically incremented or FALSE if it is either not automatically incremented or non-numeric.
See Also