Click or drag to resize
ObjectQueryBaseTQuery, TObjectWithSource Method (TObject)
Sets the given DataSet as the source of the data query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public TQuery WithSource(
	params TObject[] items
)

Parameters

items
Type: TObject
Source items

Return Value

Type: TQuery
See Also