SQLiteDbCmdBuilder

Implements the command builder functionality based on Statements for SQLite.

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

Constructors

SQLiteDbCmdBuilder

Default constructor

Signature:
public Void SQLiteDbCmdBuilder()

Methods

BuildCommand

Creates a new IDbCommand based on the Statement.

Signature:
public IDbCommand BuildCommand(statement)
Returns

A new IDbCommand ready to excecute.

Parameters
Name Type Summary
statement Statement The statement to build the command from.
Exceptions
Type Summary
ArgumentNullException Thrown when statement is null.
StatementNotSupportedException Thrown when the Statement is of a not supported type.
MissingRequiredPropertyException Thrown when a required property is not initialized.

In this document