Table of Contents

Class ObjectsQuery

Namespace
DevExpress.Xpo
Assembly
DevExpress.Xpo.v24.1.dll

Contains essential information on an object query.

public class ObjectsQuery
Inheritance
ObjectsQuery
Inherited Members

Constructors

ObjectsQuery(XPClassInfo, CriteriaOperator, SortingCollection, int, CollectionCriteriaPatcher, bool)

This member supports the internal infrastructure and is not intended to be used directly from your code.

public ObjectsQuery(XPClassInfo classInfo, CriteriaOperator criteria, SortingCollection sorting, int topSelectedRecords, CollectionCriteriaPatcher collectionCriteriaPatcher, bool force)

Parameters

classInfo XPClassInfo
criteria CriteriaOperator
sorting SortingCollection
topSelectedRecords int
collectionCriteriaPatcher CollectionCriteriaPatcher
force bool

ObjectsQuery(XPClassInfo, CriteriaOperator, SortingCollection, int, int, CollectionCriteriaPatcher, bool)

This member supports the internal infrastructure and is not intended to be used directly from your code.

public ObjectsQuery(XPClassInfo classInfo, CriteriaOperator criteria, SortingCollection sorting, int skipSelectedRecords, int topSelectedRecords, CollectionCriteriaPatcher collectionCriteriaPatcher, bool force)

Parameters

classInfo XPClassInfo
criteria CriteriaOperator
sorting SortingCollection
skipSelectedRecords int
topSelectedRecords int
collectionCriteriaPatcher CollectionCriteriaPatcher
force bool

Properties

ClassInfo

This member supports the internal infrastructure and is not intended to be used directly from your code.

public XPClassInfo ClassInfo { get; set; }

Property Value

XPClassInfo

CollectionCriteriaPatcher

This member supports the internal infrastructure and is not intended to be used directly from your code.

public CollectionCriteriaPatcher CollectionCriteriaPatcher { get; set; }

Property Value

CollectionCriteriaPatcher

Criteria

This member supports the internal infrastructure and is not intended to be used directly from your code.

public CriteriaOperator Criteria { get; set; }

Property Value

CriteriaOperator

Force

This member supports the internal infrastructure and is not intended to be used directly from your code.

public bool Force { get; set; }

Property Value

bool

SkipDuplicateCheck

For internal use.

public bool SkipDuplicateCheck { get; set; }

Property Value

bool

SkipSelectedRecords

This member supports the internal infrastructure and is not intended to be used directly from your code.

public int SkipSelectedRecords { get; set; }

Property Value

int

Sorting

This member supports the internal infrastructure and is not intended to be used directly from your code.

public SortingCollection Sorting { get; set; }

Property Value

SortingCollection

TopSelectedRecords

This member supports the internal infrastructure and is not intended to be used directly from your code.

public int TopSelectedRecords { get; set; }

Property Value

int