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
.NET Framework 2.0
Adds a DataTable to the specified DataSet.
| Name | Description |
|---|---|
| DataAdapter.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. Supported by the .NET Compact Framework. |
| DataAdapter.FillSchema (DataTable, SchemaType, IDataReader) | Adds a DataTable to the specified DataSet. Supported by the .NET Compact Framework. |
| DataAdapter.FillSchema (DataSet, SchemaType, String, IDataReader) | Adds a DataTable to the specified DataSet. Supported by the .NET Compact Framework. |
Community Additions
Show: