MySqlCommand.IsPrepared Property

MySQL Connector/Net

MySqlCommandIsPrepared Property

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public bool IsPrepared { get; }
Public ReadOnly Property IsPrepared As Boolean
	Get
public:
property bool IsPrepared {
	bool get ();
}
member IsPrepared : bool with get

Property Value

Type: Boolean
See Also