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

[To be supplied.]

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

Parameters

i
[To be supplied.]

See Also

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