Table of Contents

Class IDQuery

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Predefined query returning IDs of the given object type, can be used as a nested query in IN and NOT IN statements

public class IDQuery : ObjectQuery, ICMSQueryable<BaseInfo>, ICMSQueryable, IObjectQuery<ObjectQuery, BaseInfo>, IDataQuery<ObjectQuery>, IDataQuerySettings<ObjectQuery>, IWhereCondition<ObjectQuery>, IQueryParameters<ObjectQuery>, IObjectQuery, IDataQuery, IDataQuerySettings, IWhereCondition, IQueryParameters, IQueryObjectWithValue, IQueryObject
Inheritance
object
IDQuery
Implements
Inherited Members
Extension Methods

Constructors

IDQuery(string, string, bool)

Constructor

public IDQuery(string objectType, string resultColumn = null, bool useObjectTypeCondition = true)

Parameters

objectType string

Object type

resultColumn string

Resulting column

useObjectTypeCondition bool

If true, the query uses the object type condition. The condition applies only when object type is specified.