DbUpdatableDataRecord.GetDbDataReader(Int32) Método
Definição
Recupera o valor do campo como um DbDataReaderRetrieves the field value as a DbDataReader
protected:
override System::Data::Common::DbDataReader ^ GetDbDataReader(int ordinal);
protected override System.Data.Common.DbDataReader GetDbDataReader (int ordinal);
override this.GetDbDataReader : int -> System.Data.Common.DbDataReader
Protected Overrides Function GetDbDataReader (ordinal As Integer) As DbDataReader
Parâmetros
- ordinal
- Int32
O ordinal do campo.The ordinal of the field.
Retornos
O valor do campo como um DbDataReader.The field value as a DbDataReader.