Click or drag to resize
BaseAbstractInfoProviderApplySourceTQuery Method
If the provider has a data source specified, applies this source to the given query. Returns the modified query.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected TQuery ApplySource<TQuery>(
	TQuery query
)
where TQuery : new(), DataQueryBase<TQuery>

Parameters

query
Type: TQuery
Query object to be given the source.

Type Parameters

TQuery

Return Value

Type: TQuery
See Also