| QuerySourceTable Class |
Namespace: CMS.DataEngine
public class QuerySourceTable
The QuerySourceTable type exposes the following members.
| Name | Description | |
|---|---|---|
| QuerySourceTable |
Constructor
|
| Name | Description | |
|---|---|---|
| Alias |
Optional table alias
| |
| Expression |
Table name or expression
| |
| Hints |
Table hints
|
| Name | Description | |
|---|---|---|
| GetFullExpression |
Gets the full query source table expression made from the configured components
| |
| GetName |
Gets the source name, either alias or the expression
|
| Name | Description | |
|---|---|---|
| (String to QuerySourceTable) |
Implicit conversion from the given expression (as table name) to query source table
|