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

[To be supplied.]

[Visual Basic]
Overridable Public Function GetByte( _
   ByVal i As Integer _
) As Byte
[C#]
public virtual byte GetByte(
   int i
);
[C++]
public: virtual unsigned char GetByte(
   int i
);
[JScript]
public function GetByte(
   i : int
) : Byte;

Parameters

i
[To be supplied.]

See Also

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