DbUpdatableDataRecord.SetChar(Int32, Char) 方法
定义
设置记录中一个字段的值。Sets the value of a field in a record.
public:
void SetChar(int ordinal, char value);
public void SetChar (int ordinal, char value);
member this.SetChar : int * char -> unit
Public Sub SetChar (ordinal As Integer, value As Char)
参数
- ordinal
- Int32
字段的序号。The ordinal of the field.
- value
- Char
字段的值。The value of the field.