DbDataReaderExtensions.CanGetColumnSchema(DbDataReader) Metoda

Definice

Získá hodnotu, která označuje, zda DbDataReader lze 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

DbDataReader se zkontrolovat podpora schématu sloupců.

Návraty

true pokud může DbDataReader získat schéma sloupce, falsev opačném případě .

Platí pro