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!

IDataRecord.GetCurrency

[To be supplied.]

[Visual Basic]
Function GetCurrency( _
   ByVal i As Integer _
) As Currency
[C#]
Currency GetCurrency(
   int i
);
[C++]
Currency GetCurrency(
   int i
) = 0;
[JScript]
function GetCurrency(
   i : int
) : Currency;

Parameters

i
[To be supplied.]

See Also

IDataRecord Interface | IDataRecord Members | System.Data Namespace