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
XPClassInfocriteria
CriteriaOperatorsorting
SortingCollectiontopSelectedRecords
intcollectionCriteriaPatcher
CollectionCriteriaPatcherforce
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
XPClassInfocriteria
CriteriaOperatorsorting
SortingCollectionskipSelectedRecords
inttopSelectedRecords
intcollectionCriteriaPatcher
CollectionCriteriaPatcherforce
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
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
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
SkipDuplicateCheck
For internal use.
public bool SkipDuplicateCheck { get; set; }
Property Value
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
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
TopSelectedRecords
This member supports the internal infrastructure and is not intended to be used directly from your code.
public int TopSelectedRecords { get; set; }