Click or drag to resize
IDataQueryTQuerySource Method
Defines the source of the data (table, view or a nested query)

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
TQuery Source(
	Action<QuerySource> sourceParameters
)

Parameters

sourceParameters
Type: SystemActionQuerySource
Source parameters

Return Value

Type: TQuery
See Also