DbDataReader.GetBytes Method
.NET Framework 4
Reads a stream of bytes from the specified column, starting at location indicated by dataOffset, into the buffer, starting at the location indicated by bufferOffset.
Assembly: System.Data (in System.Data.dll)
public abstract long GetBytes( int ordinal, long dataOffset, byte[] buffer, int bufferOffset, int length )
Parameters
- ordinal
- Type: System.Int32
The zero-based column ordinal.
- dataOffset
- Type: System.Int64
The index within the row from which to begin the read operation.
- buffer
- Type: System.Byte[]
The buffer into which to copy the data.
- bufferOffset
- Type: System.Int32
The index with the buffer to which the data will be copied.
- length
- Type: System.Int32
The maximum number of characters to read.
Implements
IDataRecord.GetBytes(Int32, Int64, Byte[], Int32, Int32)| Exception | Condition |
|---|---|
| InvalidCastException |
The specified cast is not valid. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.