MySqlConnectionStringBuilder.RespectBinaryFlags Property

MySQL Connector/Net

MySqlConnectionStringBuilderRespectBinaryFlags Property

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

Property Value

Type: Boolean
See Also