BaseInfo GeneralizedInfoWrapper GetDataQuery Method Kentico 8.0 API Reference
Gets the data query for this object type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

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

Return Value

Type: IDataQuery
See Also