Click or drag to resize
QuerySourceTable Constructor
Constructor

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

Parameters

sourceExpression
Type: System.String
Source expression
sourceAlias (Optional)
Type: System.String
Source alias
hints
Type:System.String[]
Hints
See Also