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
- 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.