DbDataRecord.GetBytes Method
Returns the value of the specified column as a byte array.
Assembly: System.Data (in System.Data.dll)
public long GetBytes( int i, long dataIndex, byte[] buffer, int bufferIndex, int length )
Parameters
- i
- Type: System.Int32
The zero-based column ordinal.
- dataIndex
- Type: System.Int64
The index within the field from which to start the read operation.
- buffer
- Type: System.Byte[]
The buffer into which to read the stream of bytes.
- bufferIndex
- Type: System.Int32
The index for buffer to start the read operation.
- length
- Type: System.Int32
The number of bytes to read.
Implements
IDataRecord.GetBytes(Int32, Int64, Byte[], Int32, Int32)Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.