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!

ADODataReader.GetSByte

[To be supplied.]

[Visual Basic]
Public Function GetSByte( _
   ByVal ordinal As Integer _
) As SByte
[C#]
public sbyte GetSByte(
   int ordinal
);
[C++]
public: char GetSByte(
   int ordinal
);
[JScript]
public function GetSByte(
   ordinal : int
) : SByte;

Parameters

ordinal
[To be supplied.]

See Also

ADODataReader Class | ADODataReader Members | System.Data.ADO Namespace