Implements IDbCmdBuilder for MySql databases.
Creates a IDbCommand for the Statement.
public IDbCommand BuildCommand(statement)
A new IDbCommand ready to execute.
Name | Type | Summary |
---|---|---|
statement | Statement | The Statement with the command specification. |
Type | Summary |
---|---|
ArgumentNullException | Thrown when statement is null. |
StatementNotSupportedException | Thrown when the Statement is of a not supported type. |
In this document