SQLValue.Nullable Property (Typed) | |
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
public virtual bool Nullable { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA 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