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 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:
TQuerySee Also