The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataAdapter::FillSchema Method (DataSet^, SchemaType, String^, IDataReader^)
.NET Framework (current version)
Namespace:
System.Data.Common
Assembly: System.Data (in System.Data.dll)
Return to top
Assembly: System.Data (in System.Data.dll)
protected: virtual array<DataTable^>^ FillSchema( DataSet^ dataSet, SchemaType schemaType, String^ srcTable, IDataReader^ dataReader )
Parameters
- dataSet
-
Type:
System.Data::DataSet^
The DataTable to be filled from the IDataReader.
- schemaType
-
Type:
System.Data::SchemaType
One of the SchemaType values.
- srcTable
-
Type:
System::String^
The name of the source table to use for table mapping.
- dataReader
-
Type:
System.Data::IDataReader^
The IDataReader to be used as the data source when filling the DataTable.
Return Value
Type: array<System.Data::DataTable^>^A reference to a collection of DataTable objects that were added to the DataSet.
.NET Framework
Available since 2.0
Available since 2.0
Show: