BaseInfoGeneralizedInfoWrapperGetDataQuery Method |
Gets the data query for this object type
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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:
IDataQuerySee Also