MySqlConnection.GetSchema method (1 of 3)
Returns schema information for the data source of this MySqlConnection
.
public override DataTable GetSchema()
Return Value
A DataTable containing schema information.
See Also
- class MySqlConnection
- namespace MySqlConnector
- assembly MySqlConnector
MySqlConnection.GetSchema method (2 of 3)
Returns schema information for the data source of this MySqlConnection
.
public override DataTable GetSchema(string collectionName)
parameter | description |
---|---|
collectionName | The name of the schema to return. See Supported Schema Collections for the list of supported schema names. |
Return Value
A DataTable containing schema information.
See Also
- class MySqlConnection
- namespace MySqlConnector
- assembly MySqlConnector
MySqlConnection.GetSchema method (3 of 3)
Returns schema information for the data source of this MySqlConnection
.
public override DataTable GetSchema(string collectionName, string?[] restrictionValues)
parameter | description |
---|---|
collectionName | The name of the schema to return. See Supported Schema Collections for the list of supported schema names. |
restrictionValues | The restrictions to apply to the schema. |
Return Value
A DataTable containing schema information.
See Also
- class MySqlConnection
- namespace MySqlConnector
- assembly MySqlConnector