LinkMenuExpand(external link)DocumentSearchCopyCopied

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


MySqlConnection.GetSchema method (2 of 3)

Returns schema information for the data source of this MySqlConnection.

public override DataTable GetSchema(string collectionName)
parameterdescription
collectionNameThe name of the schema to return.

Return Value

A DataTable containing schema information.

See Also


MySqlConnection.GetSchema method (3 of 3)

Returns schema information for the data source of this MySqlConnection.

public override DataTable GetSchema(string collectionName, string?[] restrictionValues)
parameterdescription
collectionNameThe name of the schema to return.
restrictionValuesThe restrictions to apply to the schema.

Return Value

A DataTable containing schema information.

See Also