Click or drag to resize
QuerySourceTable Constructor
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public QuerySourceTable(
	string sourceExpression,
	string sourceAlias = null,
	params string[] hints
)

Parameters

sourceExpression
Type: SystemString
Source expression
sourceAlias (Optional)
Type: SystemString
Source alias
hints
Type: SystemString
Hints
See Also