MySqlConnectionStringBuilder.IncludeSecurityAsserts Property

MySQL Connector/Net

MySqlConnectionStringBuilderIncludeSecurityAsserts Property

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

Property Value

Type: Boolean
See Also