BaseCommandInterceptor Class

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
BaseCommandInterceptor is the base class that should be used for all userland command interceptors

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

Syntax

C#
public abstract class BaseCommandInterceptor
Visual Basic
Public MustInherit Class BaseCommandInterceptor
Visual C++
public ref class BaseCommandInterceptor abstract

Inheritance Hierarchy

System..::..Object
  MySql.Data.MySqlClient..::..BaseCommandInterceptor

See Also