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

[To be supplied.]

[Visual Basic]
Overridable Public Function GetBytes( _
   ByVal ordinal As Integer, _
   ByVal buffer() As Byte, _
   ByVal length As Integer, _
   ByVal bufferIndex As Integer, _
   ByVal dataIndex As Integer _
) As Integer
[C#]
public virtual int GetBytes(
   int ordinal,
   byte[] buffer,
   int length,
   int bufferIndex,
   int dataIndex
);
[C++]
public: virtual int GetBytes(
   int ordinal,
   unsigned char* buffer[],
   int length,
   int bufferIndex,
   int dataIndex
);
[JScript]
public function GetBytes(
   ordinal : int,
   buffer : Byte[],
   length : int,
   bufferIndex : int,
   dataIndex : int
) : int;

Parameters

ordinal
[To be supplied.]
buffer
[To be supplied.]
length
[To be supplied.]
bufferIndex
[To be supplied.]
dataIndex
[To be supplied.]

See Also

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