SQLColumnAttributes.Money Property (Typed) | |
A logical value of TRUE if the SQL column is a money data type; otherwise, FALSE.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Money AS LOGIC GET SET
public virtual bool Money { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA logical value of TRUE if the SQL column is a money data type; otherwise, FALSE.
See Also