DbUpdatableDataRecord.GetValue(Int32) Método
Definição
Recupera o valor de um campo.Retrieves the value of a field.
public:
override System::Object ^ GetValue(int ordinal);
public override object GetValue (int ordinal);
override this.GetValue : int -> obj
Public Overrides Function GetValue (ordinal As Integer) As Object
Parâmetros
- ordinal
- Int32
O ordinal do campo.The ordinal of the field.
Retornos
O valor de campo.The field value.