Mimer Data Provider v9.2

MimerCommand.Prepare Method 

Prepares (compiles) the SQL statement specified in the CommandText.

[Visual Basic]
NotOverridable Public Sub Prepare() Implements _
   IDbCommand.Prepare
[C#]
public void Prepare();

Implements

IDbCommand.Prepare

Exceptions

Exception TypeCondition
InvalidOperationExceptionThe Connection is not Open.

See Also

MimerCommand Class | Mimer.Data.Client Namespace