Implements an IViewBuilder for SQLite.
Default constructor
public Void SQLiteViewBuilder()
Build the sentence that conforms the view.
public String BuildViewText(statement)
The text to be use to create the view.
Name | Type | Summary |
---|---|---|
statement | SelectStatement | A SelectStatement. |
Type | Summary |
---|---|
ArgumentNullException | Thrown when statement is null. |
MissingRequiredPropertyException | Thrown when the object is not properly initialized. |
In this document