DataAdapter.FillSchema Method (DataTable, SchemaType, IDataReader)
.NET Framework 3.0
Adds a DataTable to the specified DataSet.
Namespace: System.Data.Common
Assembly: System.Data (in system.data.dll)
Assembly: System.Data (in system.data.dll)
protected: virtual DataTable^ FillSchema ( DataTable^ dataTable, SchemaType schemaType, IDataReader^ dataReader )
protected DataTable FillSchema ( DataTable dataTable, SchemaType schemaType, IDataReader dataReader )
protected function FillSchema ( dataTable : DataTable, schemaType : SchemaType, dataReader : IDataReader ) : DataTable
Not applicable.
Parameters
- dataTable
The DataTable to be filled from the IDataReader.
- schemaType
One of the SchemaType values.
- dataReader
The IDataReader to be used as the data source when filling the DataTable.
Return Value
A DataTable object that contains schema information returned from the data source.Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.