| BaseAbstractInfoProviderApplySourceTQuery Method | 
            If the provider has a data source specified, applies this source to the given query. Returns the modified query.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
 Syntax
Syntaxprotected 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
See Also