CurrentValueRecord.GetDbDataReader(Int32) Метод

Определение

Вызывает исключение NotSupportedException во всех случаях.

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

Параметры

ordinal
Int32

Порядковый номер поля.

Возвращаемое значение

Значение поля как тип DbDataReader.

Исключения

Во всех случаях.

Применяется к