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
ADD
Show: