This method clears (if necessary) the connection, transaction, command type and parameters 
            from the provided command
            
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# | 
|---|
protected virtual void ClearCommand( IDbCommand command )  | 
| Visual Basic | 
|---|
Protected Overridable Sub ClearCommand ( command As IDbCommand )  | 
Parameters
- command
 - Type: System.Data..::..IDbCommand
The IDbCommand to be cleared 
Remarks
            Not implemented here because the behavior of this method differs on each data provider.