MySqlConnection.GetSchemaCollection Method

MySQL Connector/Net

MySqlConnectionGetSchemaCollection Method

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public MySqlSchemaCollection GetSchemaCollection(
	string collectionName,
	string[] restrictionValues
)
Public Function GetSchemaCollection ( 
	collectionName As String,
	restrictionValues As String()
) As MySqlSchemaCollection
public:
MySqlSchemaCollection^ GetSchemaCollection(
	String^ collectionName, 
	array<String^>^ restrictionValues
)
member GetSchemaCollection : 
        collectionName : string * 
        restrictionValues : string[] -> MySqlSchemaCollection 

Parameters

collectionName
Type: SystemString
restrictionValues
Type: SystemString

Return Value

Type: MySqlSchemaCollection
See Also