GetSchema Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

Overload List

  Name Description
Public method GetSchema()()()()
Returns schema information for the data source of this DbConnection.
(Overrides DbConnection..::..GetSchema()()()().)
Public method GetSchema(String)
Returns schema information for the data source of this DbConnection using the specified string for the schema name.
(Overrides DbConnection..::..GetSchema(String).)
Public method GetSchema(String, array<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 DbConnection..::..GetSchema(String, array<String>[]()[][]).)

See Also