MySqlConfiguration.CommandInterceptors Property

MySQL Connector/Net

MySqlConfigurationCommandInterceptors Property

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public GenericConfigurationElementCollection<InterceptorConfigurationElement> CommandInterceptors { get; }
Public ReadOnly Property CommandInterceptors As GenericConfigurationElementCollection(Of InterceptorConfigurationElement)
	Get
public:
property GenericConfigurationElementCollection<InterceptorConfigurationElement^>^ CommandInterceptors {
	GenericConfigurationElementCollection<InterceptorConfigurationElement^>^ get ();
}
member CommandInterceptors : GenericConfigurationElementCollection<InterceptorConfigurationElement> with get

Property Value

Type: GenericConfigurationElementCollectionInterceptorConfigurationElement
See Also