Click or drag to resize

SQLColumnAttributes.Unsigned Property (Typed)

X#
A logical value of TRUE if the column is unsigned or non-numeric; otherwise, FALSE.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Unsigned AS LOGIC GET SET 
Request Example View Source

Property Value

Type: Logic
A logical value of TRUE if the column is unsigned or non-numeric; otherwise, FALSE.
See Also