Click or drag to resize
IDataQueryTQueryWithSource Method (DataQuerySource)
Sets the given source as the source of the data query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
TQuery WithSource(
	DataQuerySource source
)

Parameters

source
Type: CMS.DataEngineDataQuerySource
Data query source

Return Value

Type: TQuery
See Also