MySqlDbCmdBuilder

Implements IDbCmdBuilder for MySql databases.

Namespace:
Inetdev.Data.MySql
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Data.AbstractDbCmdBuilder

Constructors

MySqlDbCmdBuilder

Default constructor

Signature:
public Void MySqlDbCmdBuilder()

Methods

BuildCommand

Creates a new IDbCommand based on statement´.

Signature:
public IDbCommand BuildCommand(statement)
Returns

A new IDbCommand ready to execute.

Parameters
Name Type Summary
statement Statement A Statement or an object of a derived class.
Exceptions
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