Implements IDbCmdBuilder for MySql databases.
Default constructor
public Void MySqlDbCmdBuilder()
Creates a new IDbCommand based on statement´.
public IDbCommand BuildCommand(statement)
A new IDbCommand ready to execute.
Name | Type | Summary |
---|---|---|
statement | Statement | A Statement or an object of a derived class. |
Type | Summary |
---|---|
ArgumentNullException | Thrown when statement is null. |
StatementNotSupportedException | Thrown when the builder does not support the statement type. |
MissingRequiredPropertyException | Thrown when the builder is not correcly initialized. |
In this document