DbDataAdapter.FillSchema Method
.NET Framework 3.5
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
FillSchema(DataSet, SchemaType) | Adds a DataTable named "Table" to the specified DataSet and configures the schema to match that in the data source based on the specified SchemaType. (Overrides DataAdapter.FillSchema(DataSet, SchemaType).) |
|
FillSchema(DataTable, SchemaType) | Configures the schema of the specified DataTable based on the specified SchemaType. |
|
FillSchema(DataTable, SchemaType, IDataReader) | Adds a DataTable to the specified DataSet. (Inherited from DataAdapter.) |
|
FillSchema(DataSet, SchemaType, String) | Adds a DataTable to the specified DataSet and configures the schema to match that in the data source based upon the specified SchemaType and DataTable. |
|
FillSchema(DataSet, SchemaType, String, IDataReader) | Adds a DataTable to the specified DataSet. (Inherited from DataAdapter.) |
|
FillSchema(DataTable, SchemaType, IDbCommand, CommandBehavior) | Configures the schema of the specified DataTable based on the specified SchemaType, command string, and CommandBehavior values. |
|
FillSchema(DataSet, SchemaType, IDbCommand, String, CommandBehavior) | Adds a DataTable to the specified DataSet and configures the schema to match that in the data source based on the specified SchemaType. |