MySqlConnectionStringBuilder.CommandInterceptors Property

MySQL Connector/Net

MySqlConnectionStringBuilderCommandInterceptors Property

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public string CommandInterceptors { get; set; }
Public Property CommandInterceptors As String
	Get
	Set
public:
property String^ CommandInterceptors {
	String^ get ();
	void set (String^ value);
}
member CommandInterceptors : string with get, set

Property Value

Type: String
See Also