GetSchemaCollection Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0

Syntax

C#
public MySqlSchemaCollection GetSchemaCollection(
	string collectionName,
	string[] restrictionValues
)
Visual Basic
Public Function GetSchemaCollection ( _
	collectionName As String, _
	restrictionValues As String() _
) As MySqlSchemaCollection
Visual C++
public:
MySqlSchemaCollection^ GetSchemaCollection(
	String^ collectionName, 
	array<String^>^ restrictionValues
)

Parameters

collectionName
Type: System..::..String
restrictionValues
Type: array<System..::..String>[]()[][]

See Also