XPCollection(PersistentCriteriaEvaluationBehavior, Session, CriteriaOperator) Constructor
Initializes a new instance of the XPCollection<T> class with specified settings.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
criteriaEvaluationBehavior | PersistentCriteriaEvaluationBehavior | A PersistentCriteriaEvaluationBehavior enumeration value that specifies how the persistent criteria are evaluated. |
session | Session | The Session that will be used to load and save T persistent objects. |
condition | CriteriaOperator | The CriteriaOperator that specifies the criteria for object selection. |
Remarks
Note that when an XPCollection<T> is created using a constructor with the criteriaEvaluationBehavior parameter, the collection is loaded immediately and its XPBaseCollection.LoadingEnabled property is automatically set to false. After that, the collection cannot be reloaded using the XPBaseCollection.Reload method, since object loading is disabled.