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.DriverAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
void PrepareCommand( IDbCommand command ) |
Visual Basic |
---|
Sub PrepareCommand ( _ command As IDbCommand _ ) |
Visual C++ |
---|
void PrepareCommand( IDbCommand^ command ) |
Parameters
- command
- Type: System.Data..::..IDbCommand
The command.