AbstractInfoProviderTInfo, TProviderGetObjectQuery Method |
Gets the object query for the provider
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax protected ObjectQuery<TInfo> GetObjectQuery(
bool checkLicense = true
)
Parameters
- checkLicense (Optional)
- Type: SystemBoolean
If true, the call checks the license
Return Value
Type:
ObjectQueryTInfoSee Also