Click or drag to resize
AbstractInfoProviderTInfo, TProviderGetObjectQuery Method
Gets the object query for the provider

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected ObjectQuery<TInfo> GetObjectQuery(
	bool checkLicense = true
)

Parameters

checkLicense (Optional)
Type: SystemBoolean
If true, the call checks the license

Return Value

Type: ObjectQueryTInfo
See Also