Click or drag to resize
QuerySourceTable Class
Defines the query source table (or view) with optional alias and hints.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineQuerySourceTable

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public class QuerySourceTable

The QuerySourceTable type exposes the following members.

Constructors
  NameDescription
Public methodQuerySourceTable
Constructor
Top
Properties
  NameDescription
Public propertyAlias
Optional table alias
Public propertyExpression
Table name or expression
Public propertyHints
Table hints
Top
Methods
  NameDescription
Public methodGetFullExpression
Gets the full query source table expression made from the configured components
Public methodGetName
Gets the source name, either alias or the expression
Top
Operators
  NameDescription
Public operatorStatic member(String to QuerySourceTable)
Implicit conversion from the given expression (as table name) to query source table
Top
See Also