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

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

Parameters

sourceParameters
Type: SystemActionQuerySource
Source parameters

Return Value

Type: TQuery

Implements

IDataQueryTQuerySource(ActionQuerySource)
See Also