ICmdBuilder allows the implementation of command builders based on
Builds and returns the IDbCommand to execute.
public IDbCommand BuildCommand(statement)
The IDbCommand to excecute against the database engine.
Name | Type | Summary |
---|---|---|
statement | TStatement | The statement to build the command from. |
Builds the command text for the SQL commnad.
public String BuildCommandText(statement, command)
The command text to execute against the database engine.
Name | Type | Summary |
---|---|---|
statement | TStatement | The statement to build the command from. |
command | IDbCommand | The command beeing built to add parameters to (optional). |
In this document