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 Constructor (Currency)

Initializes a new instance of the SQLMoney class with the given Currency.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As Currency _
)
[C#]
public SQLMoney(
   Currency value
);
[C++]
public: SQLMoney(
   Currency value
);
[JScript]
public function SQLMoney(
   value : Currency
);

Parameters

value
A Currency value.

See Also

SQLMoney Structure | SQLMoney Members | System.Data.SQLTypes Namespace | SQLMoney Constructor Overload List