SqlDataRecord.SetDecimal(Int32, Decimal) 方法
定义
public:
virtual void SetDecimal(int ordinal, System::Decimal value);
public virtual void SetDecimal (int ordinal, decimal value);
abstract member SetDecimal : int * decimal -> unit
override this.SetDecimal : int * decimal -> unit
Public Overridable Sub SetDecimal (ordinal As Integer, value As Decimal)
参数
- ordinal
- Int32
从零开始的列序号。The zero-based ordinal of the column.
- value
- Decimal
列的新值。The new value of the column.
例外
ordinal 小于 0 或大于列数(即 FieldCount)。The ordinal is less than 0 or greater than the number of columns (that is, FieldCount).