dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlConnectionStringBuilder Class / PluginDir Property

In This Topic
PluginDir Property
In This Topic
Gets or sets the directory, where the plugin is located.
Syntax
'Declaration
 
Public Property PluginDir As String
 

Property Value

The directory, where the plugin is located.
Remarks
This connection parameter is used to set the MYSQL_PLUGIN_DIR option of mysql client library. This option was added in MySQL 5.5.7, thus this connection string parameter has an effect only if Direct is set to false and a client library with version 5.5 or higher is used.
See Also