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!

ISQLDataRecord.GetSQLDouble

[To be supplied.]

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

Parameters

i
[To be supplied.]

See Also

ISQLDataRecord Interface | ISQLDataRecord Members | System.Data.SQL Namespace