SqlDataRecord.SetSqlMoney(Int32, SqlMoney) Method

Definition

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

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

Parameters

ordinal
Int32

The zero-based ordinal of the column.

value
SqlMoney

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