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

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: Booleantrue if ignore; otherwise, false.
