MySqlDbCmdBuilder

Implements IDbCmdBuilder for MySql databases.

Namespace:
KpokPatagon.Data.MySql
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No

Methods

BuildCommand

Creates a IDbCommand for the Statement.

Signature:
public IDbCommand BuildCommand(statement)
Returns

A new IDbCommand ready to execute.

Parameters
Name Type Summary
statement Statement The Statement with the command specification.
Exceptions
Type Summary
ArgumentNullException Thrown when statement is null.
StatementNotSupportedException Thrown when the Statement is of a not supported type.

In this document