







![]() ![]() |
MySQL Connector/Net |
MySqlConnection..::..GetSchemaCollection Method |
MySqlConnection Class See Also Send Feedback |
![]() |
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>[]()[][]