AdoDotNetSchemaReader.SchemaTable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.