SqlDataRecord.SetChar(Int32, Char) Método
Definição
public:
virtual void SetChar(int ordinal, char value);
public virtual void SetChar (int ordinal, char value);
abstract member SetChar : int * char -> unit
override this.SetChar : int * char -> unit
Public Overridable Sub SetChar (ordinal As Integer, value As Char)
Parâmetros
- ordinal
- Int32
O ordinal com base em zero da coluna.The zero-based ordinal of the column.
- value
- Char
O novo valor da coluna.The new value of the column.
Exceções
O ordinal é menor que 0 ou maior que o número de colunas (ou seja, FieldCount).The ordinal is less than 0 or greater than the number of columns (that is, FieldCount).