Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As AdoDotNetSchemaReader
Dim value As DataTable
value = instance.SchemaTable
public DataTable SchemaTable { get; }
public:
property DataTable^ SchemaTable {
DataTable^ get ();
}
public 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.