Class MySqlConfiguration
Represents a section within a configuration file.
Inheritance
System.Object
MySqlConfiguration
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data.dll
Version: 9.1.0
Syntax
public sealed class MySqlConfiguration : ConfigurationSection
Properties
AuthenticationPlugins
Gets a collection of the authentication plugins available in the current configuration.
Declaration
public GenericConfigurationElementCollection<AuthenticationPluginConfigurationElement> AuthenticationPlugins { get; }
Property Value
Type | Description |
---|---|
GenericConfigurationElementCollection<AuthenticationPluginConfigurationElement> |
CommandInterceptors
Gets a collection of the command interceptors available in the current configuration.
Declaration
public GenericConfigurationElementCollection<InterceptorConfigurationElement> CommandInterceptors { get; }
Property Value
Type | Description |
---|---|
GenericConfigurationElementCollection<InterceptorConfigurationElement> |
ExceptionInterceptors
Gets a collection of the exception interceptors available in the current configuration.
Declaration
public GenericConfigurationElementCollection<InterceptorConfigurationElement> ExceptionInterceptors { get; }
Property Value
Type | Description |
---|---|
GenericConfigurationElementCollection<InterceptorConfigurationElement> |
Replication
Gets or sets the replication configurations.
Declaration
public ReplicationConfigurationElement Replication { get; set; }
Property Value
Type | Description |
---|---|
ReplicationConfigurationElement |
Settings
Gets the MySQL configuations associated to the current configuration.
Declaration
public static MySqlConfiguration Settings { get; }
Property Value
Type | Description |
---|---|
MySqlConfiguration |