Click or drag to resize
BaseAbstractInfoProviderGetGeneralObjectQuery Method
Gets an object query from the provider

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected internal abstract IObjectQuery GetGeneralObjectQuery(
	bool checkLicense = true
)

Parameters

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

Return Value

Type: IObjectQuery
See Also