DbDataReaderExtensions.CanGetColumnSchema(DbDataReader) Metoda

Definice

Získá hodnotu, která označuje, zda DbDataReader může získat schéma sloupce.

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

Parametry

reader
DbDataReader

Kontrola DbDataReader podpory schématu sloupců.

Návraty

true DbDataReader pokud lze získat schéma sloupce; jinak , false.

Platí pro