Back to Devexpress

BaseObjectSpace.FindObject Method

expressappframework-devexpress-dot-expressapp-dot-baseobjectspace-dot-findobject.md

latest1.3 KB
Original Source

BaseObjectSpace.FindObject Method

NameParametersDescription
FindObject(Type, CriteriaOperator, Boolean)objectType, criteria, inTransactionSearches for the first object of the specified type, matching the specified criteria.
FindObject(Type, CriteriaOperator)objectType, criteriaSearches for the first object of the specified type, matching the specified criteria.
FindObject<ObjectType>(CriteriaOperator, Boolean)criteria, inTransactionSearches for the first object of the type designated by the specified generic type parameter, matching the specified criteria.
FindObject<ObjectType>(CriteriaOperator)criteriaSearches for the first object of the type designated by the specified generic type parameter, matching the specified criteria.