Share via


CurrentValueRecord.GetDbDataReader(Int32) Méthode

Définition

Lève une exception NotSupportedException dans tous les cas.

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

Paramètres

ordinal
Int32

Ordinal du champ.

Retours

Valeur de champ en tant qu'objet DbDataReader.

Exceptions

Dans tous les cas.

S’applique à