Implements an IViewBuilder for Microsoft Sql Server.
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. |
In this document