MySqlScriptErrorEventArgs.Ignore Property

MySQL Connector/Net

MySqlScriptErrorEventArgsIgnore Property
Gets or sets a value indicating whether this MySqlScriptErrorEventArgs is ignore.

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

Property Value

Type: Boolean
true if ignore; otherwise, false.
See Also