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 |