Implements the basic functionality of an IViewBuilder.
Gets or sets the database api service.
public IDbAccess DatabaseApi { get; set; }
Gets or sets the formatter service.
public IDbFormatter Formatter { get; set; }
Gets or sets the name qualifier service.
public IDbNameQualifier NameQualifier { get; set; }
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. |
In this document