Click or drag to resize

SQLValue.Nullable Property (Typed)

X#
A logical value representing whether the SQL value can be NULL.

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

Property Value

Type: Logic
A logical value representing whether the SQL value can be NULL.
Remarks
A logical value representing whether the SQL value can be NULL. If it can be NULL, TRUE is returned; otherwise, FALSE.
See Also