Prepare() Method

Syntax:

public void Prepare()

Description:

Creates a prepared version of the command on the data source. This can then be executed multiple times to avoid the preparation cost over and over.

Exceptions:

Exception Condition
RdmException The SQL engine encountered an error processing the command.

Reference:

For more information, reference MSDN documentation for: System.Data.Common.DbCommand.Prepare()