DbDataReaderExtensions.CanGetColumnSchema(DbDataReader) Méthode

Définition

Obtient une valeur qui indique si un DbDataReader schéma de colonne peut être obtenu.

public:
[System::Runtime::CompilerServices::Extension]
 static bool CanGetColumnSchema(System::Data::Common::DbDataReader ^ reader);
public static bool CanGetColumnSchema(this System.Data.Common.DbDataReader reader);
static member CanGetColumnSchema : System.Data.Common.DbDataReader -> bool
<Extension()>
Public Function CanGetColumnSchema (reader As DbDataReader) As Boolean

Paramètres

reader
DbDataReader

À DbDataReader vérifier pour la prise en charge du schéma de colonne.

Retours

true si l’objet DbDataReader peut obtenir un schéma de colonne ; sinon, false.

S’applique à