NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLMoney Structure

Represents an amount of currency to be stored in or retrieved from a database.

Object
   ValueType
      SQLMoney

[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.

Remarks

The actual value of the SQLMoney object is stored in Value.

Requirements

Namespace: System.Data.SQLTypes

Assembly: System.Data.dll

See Also

SQLMoney Members | System.Data.SQLTypes Namespace