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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected TQuery GetObjectQuery(
	bool checkLicense = true
)

Parameters

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

Return Value

Type: TQuery
See Also