AdoDotNetSchemaReader.SchemaTable Property

Definition

Gets the DataTable object that represents the schema of the DbDataReader passed into the constructor of the AdoDotNetSchemaReader.

protected:
 property System::Data::DataTable ^ SchemaTable { System::Data::DataTable ^ get(); };
protected System.Data.DataTable SchemaTable { get; }
member this.SchemaTable : System.Data.DataTable
Protected ReadOnly Property SchemaTable As DataTable

Property Value

Returns a DataTable object instance representing the schema table.

Exceptions

The data reader is closed, or the current row index value is not valid.

Applies to