AdoDotNetSchemaReader.SchemaTable Property

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

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

Protected ReadOnly Property SchemaTable As DataTable

Dim value As DataTable

value = Me.SchemaTable
protected DataTable SchemaTable { get; }
protected:
property DataTable^ SchemaTable {
    DataTable^ get ();
}
protected function get SchemaTable () : DataTable

Property Value

Type: System.Data.DataTable

Returns a DataTable object instance representing the schema table.

Exceptions

Exception Condition
InvalidOperationException

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

Remarks

This method calls DbDataReader.GetSchemaTable.

Permissions

See Also

Reference

AdoDotNetSchemaReader Class

AdoDotNetSchemaReader Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace

DataReader

GetSchemaTable