SqlDataRecord.SetSqlByte(Int32, SqlByte) 方法
定义
public:
virtual void SetSqlByte(int ordinal, System::Data::SqlTypes::SqlByte value);
public virtual void SetSqlByte (int ordinal, System.Data.SqlTypes.SqlByte value);
abstract member SetSqlByte : int * System.Data.SqlTypes.SqlByte -> unit
override this.SetSqlByte : int * System.Data.SqlTypes.SqlByte -> unit
Public Overridable Sub SetSqlByte (ordinal As Integer, value As SqlByte)
参数
- ordinal
- Int32
从零开始的列序号。The zero-based ordinal of the column.
- value
- SqlByte
列的新值。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).