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

[To be supplied.]

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

Parameters

i
[To be supplied.]

See Also

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