MySqlConnection.GetSchema Method

MySQL Connector/Net

MySqlConnectionGetSchema Method
Overload List
  Name Description
Public method GetSchema
Returns schema information for the data source of this DbConnection.
(Overrides DbConnectionGetSchema.)
Public method GetSchema(String)
Returns schema information for the data source of this DbConnection using the specified string for the schema name.
(Overrides DbConnectionGetSchema(String).)
Public method GetSchema(String, String)
Returns schema information for the data source of this DbConnection using the specified string for the schema name and the specified string array for the restriction values.
(Overrides DbConnectionGetSchema(String, String).)
Top
See Also