SqlDataRecord.SetSqlBytes(Int32, SqlBytes) Method

Definition

Sets the data stored in the column to the specified SqlBytes value.

public:
 virtual void SetSqlBytes(int ordinal, System::Data::SqlTypes::SqlBytes ^ value);
public virtual void SetSqlBytes (int ordinal, System.Data.SqlTypes.SqlBytes value);
abstract member SetSqlBytes : int * System.Data.SqlTypes.SqlBytes -> unit
override this.SetSqlBytes : int * System.Data.SqlTypes.SqlBytes -> unit
Public Overridable Sub SetSqlBytes (ordinal As Integer, value As SqlBytes)

Parameters

ordinal
Int32

The zero-based ordinal of the column.

value
SqlBytes

The new value of the column.

Exceptions

The ordinal is less than 0 or greater than the number of columns (that is, FieldCount).

Applies to