IgnorePrepare Property

MySQL Connector/Net

Gets or sets a boolean value indicating if calls to Prepare() should be ignored.

Namespace:  MySql.Data.MySqlClient
Assembly:  MySql.Data (in MySql.Data.dll) Version: 6.2.2.0

Syntax

C#
public bool IgnorePrepare { get; set; }
Visual Basic (Declaration)
Public Property IgnorePrepare As Boolean
Visual C++
public:
property bool IgnorePrepare {
	bool get ();
	void set (bool value);
}

See Also