SqlCeResultSet.SetBytes Method
Copies a length of bytes from the specified buffer to the specified column, starting at the specified location within that field.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
public void SetBytes( int ordinal, long dataIndex, byte[] buffer, int bufferIndex, int length )
Parameters
- ordinal
- Type: System.Int32
The ordinal position of the column to set.
- dataIndex
- Type: System.Int64
The location within the column to which to begin copying the data.
- buffer
- Type: System.Byte[]
The buffer that contains the data to copy.
- bufferIndex
- Type: System.Int32
The offset within the buffer from which to copy the data.
- length
- Type: System.Int32
The maximum number of bytes to copy.