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. See Supported Schema Collections for the list of supported schema names.

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. See Supported Schema Collections for the list of supported schema names.
restrictionValuesThe restrictions to apply to the schema.

Return Value

A DataTable containing schema information.

See Also