CurrentValueRecord.GetDbDataReader(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.