Represents an amount of currency to be stored in or retrieved from a database.
[Visual Basic] Public Structure SQLMoney Implements INullable [C#] public struct SQLMoney : INullable [C++] public __value struct SQLMoney : public INullable
[JScript] In JScript, you can use the structures in the NGWS frameworks, but you cannot define your own.
The actual value of the SQLMoney object is stored in Value.
Namespace: System.Data.SQLTypes
Assembly: System.Data.dll