Prepare the command by calling Prepare()()(). May be a no-op if the driver does not support preparing commands, or for any other reason.

Namespace:  NHibernate.Driver
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Sub PrepareCommand ( _
	command As IDbCommand _
)
C#
void PrepareCommand(
	IDbCommand command
)
Visual C++
void PrepareCommand(
	IDbCommand^ command
)
JavaScript
function prepareCommand(command);

Parameters

command
Type: System.Data..::.IDbCommand

See Also