MySQL Connector/Net
MySqlConnectionStringBuilderIgnorePrepare Property |
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.9.9

public bool IgnorePrepare { get; set; }
Public Property IgnorePrepare As Boolean Get Set
public: property bool IgnorePrepare { bool get (); void set (bool value); }
member IgnorePrepare : bool with get, set
Property Value
Type: Boolean