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

Adds a DataTable to the specified DataSet.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method FillSchema(DataSet, SchemaType) Adds a DataTable to the specified DataSet and configures the schema to match that in the data source based on the specified SchemaType.
Protected method FillSchema(DataTable, SchemaType, IDataReader) Adds a DataTable to the specified DataSet.
Protected method FillSchema(DataSet, SchemaType, String, IDataReader) Adds a DataTable to the specified DataSet.
Top

Community Additions

Show:
© 2017 Microsoft