MySqlConnectionStringBuilder.AllowUserVariables Property

MySQL Connector/Net

MySqlConnectionStringBuilderAllowUserVariables Property

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

Property Value

Type: Boolean
See Also