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!

SQLDataReader.GetCurrency

[To be supplied.]

[Visual Basic]
Overridable Public Function GetCurrency( _
   ByVal i As Integer _
) As Currency
[C#]
public virtual Currency GetCurrency(
   int i
);
[C++]
public: virtual Currency GetCurrency(
   int i
);
[JScript]
public function GetCurrency(
   i : int
) : Currency;

Parameters

i
[To be supplied.]

See Also

SQLDataReader Class | SQLDataReader Members | System.Data.SQL Namespace