Supported Schema Collections
DbConnection.GetSchema retrieves schema information about the database that is currently connected. For background, see MSDN on GetSchema and Schema Collections and Common Schema Collections.
MySqlConnection.GetSchema supports the following schemas:
MetaDataCollections—information about available schemasCharacterSetsCollationsCollationCharacterSetApplicabilityColumns—information about columns (in all tables)DatabasesDataSourceInformationDataTypes—information about available data typesEnginesKeyColumnUsageKeyWordsParametersPartitionsPluginsProcedures—information about stored proceduresProcessListProfilingReferentialConstraintsReservedWords—information about reserved words in the server’s SQL syntaxResourceGroupsRestrictions—information about the restrictions supported when retrieving schemasSchemaPrivilegesTables—information about tablesTableConstraintsTablePrivilegesTriggersUserPrivilegesViewsForeign Keys—[information about foreign keys in the server’s SQL syntax](../schema/foreign keys/)Indexes—information about indexes in the server’s SQL syntaxIndexColumns—information about indexes in the server’s SQL syntax