Interface IObjectQuery
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Interface for the object query
public interface IObjectQuery : IDataQuery, IDataQuerySettings, IWhereCondition, IQueryParameters, IQueryObjectWithValue, IQueryObject
- Inherited Members
- Extension Methods
Properties
ObjectType
Returns the object type of the objects stored within the collection.
string ObjectType { get; set; }
Property Value
- string
UseObjectTypeCondition
If true, the query uses the object type condition.
bool UseObjectTypeCondition { get; set; }
Property Value
- bool