SqlDataRecord.SetSqlString(Int32, SqlString) Method

Definition

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

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

Parameters

ordinal
Int32

The zero-based ordinal of the column.

value
SqlString

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