Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

BaseObjectSpace.GetAssociatedCollectionCriteria(Object, IMemberInfo) Method

Returns the criteria applied to a specific object’s associated collection property.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public CriteriaOperator GetAssociatedCollectionCriteria(
    object obj,
    IMemberInfo memberInfo
)

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