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.
Retrieves the DataTable object that represents the schema of the IDataReader passed into the constructor of the AdoDotNetSchemaReader.
public:
property System::Data::DataTable ^ SchemaTable { System::Data::DataTable ^ get(); };
public System.Data.DataTable SchemaTable { get; }
member this.SchemaTable : System.Data.DataTable
Public ReadOnly Property SchemaTable As DataTable
Property Value
Returns a DataTable object instance representing the schema table.