IsPrepared Property

MySQL Connector/Net

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

Syntax

C#
public bool IsPrepared { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsPrepared As Boolean
Visual C++
public:
property bool IsPrepared {
	bool get ();
}

See Also