Share via


AdoDotNetSchemaReader.SchemaTable Property

Retrieves the DataTable object that represents the schema of the IDataReader passed into the constructor of the AdoDotNetSchemaReader.

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

Syntax

'Declaration
Public ReadOnly Property SchemaTable As DataTable
public DataTable SchemaTable { get; }
public:
property DataTable^ SchemaTable {
    DataTable^ get ();
}
member SchemaTable : DataTable with get
function get SchemaTable () : DataTable

Property Value

Type: System.Data.DataTable
Returns a DataTable object instance representing the schema table.

Remarks

This method calls IDataReader.GetSchemaTable.

.NET Framework Security

See Also

Reference

AdoDotNetSchemaReader Class

Microsoft.VisualStudio.Data.AdoDotNet Namespace

DataReader

GetSchemaTable