Click or drag to resize
QuerySource Constructor (String)
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public QuerySource(
	string sourceExpression
)

Parameters

sourceExpression
Type: SystemString
Source expression. Can be table name, view name, or more complex SQL expression.
See Also