Click or drag to resize
BaseInfoGeneralizedInfoWrapperGetDataQuery Method
Gets the data query for this object type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public IDataQuery GetDataQuery(
	bool includeTypeCondition,
	Action<DataQuerySettings> parameters,
	bool checkLicense
)

Parameters

includeTypeCondition
Type: SystemBoolean
If true, the type condition is included, otherwise selects all data from the data source
parameters
Type: SystemActionDataQuerySettings
Parameters for the data retrieval
checkLicense
Type: SystemBoolean
If true, the license is checked for this query

Return Value

Type: IDataQuery
See Also