Windows apps
Collapse the table of content
Expand the table of content
Information
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^)

 

Adds a DataTable to the specified DataSet.

Namespace:   System.Data.Common
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
Return to top
Show:
© 2017 Microsoft