SetBytes Method (Int32, Int64, Byte[], Int32, Int32)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Sets the data, for a parameter or column, as the specified type. No conversions are applied. The assembly that contains this class has a friend relationship with SQLAccess.dll.  It is intended for use by SQL Server.  For other databases, use the hosting mechanism provided by that database.

Note

Use the corresponding ITypeSettersV3 method.

Namespace: Microsoft.SqlServer.Server

Assembly: System.Data (in System.Data.dll)

Sub SetBytes(ByVal ordinal As Integer, ByVal fieldOffset As Long, ByVal buffer As Byte(), ByVal bufferOffset As Integer, ByVal length As Integer)
void SetBytes (int ordinal, long fieldOffset, Byte[] buffer, int bufferOffset, int length);

Parameters

Parameter

Description

ordinal

The zero-based column ordinal.

fieldOffset

The index within the column value from which to begin the read operation.

buffer

The buffer into which to write the stream of bytes.

bufferOffset

The index for the buffer to begin the write operation.

length

The maximum length to copy into the buffer.

Version Information

.NET Framework

Supported in: 2.0