BaseObjectSpace.GetAssociatedCollectionCriteria(Object, IMemberInfo) Method
Returns the criteria applied to a specific object’s associated collection property.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object | An object whose collection property’s criteria must be retrieved. |
| memberInfo | IMemberInfo | An IMemberInfo object supplying metadata on the associated collection property. |
Returns
| Type | Description |
|---|---|
| CriteriaOperator | A CriteriaOperator object that is the criteria applied to the specified object’s associated collection property. |
See Also