







|
| MySQL Connector/Net |
| MySqlDataAdapter..::.FillSchema Method |
| MySqlDataAdapter Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
![]() | FillSchema(DataTable, SchemaType) |
Configures the schema of the specified DataTable based on the specified SchemaType.
(Inherited from DbDataAdapter.) |
![]() | 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.
(Inherited from DbDataAdapter.) |
![]() | 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.
(Inherited from DbDataAdapter.) |
![]() | FillSchema(DataTable, SchemaType, IDataReader) | (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.
(Inherited from DbDataAdapter.) |
![]() | FillSchema(DataSet, SchemaType, String, IDataReader) | (Inherited from DataAdapter.) |
![]() | 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.
(Inherited from DbDataAdapter.) |


