Back to Devexpress

IObjectSpace.FindObject Method

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

latest1.4 KB
Original Source

IObjectSpace.FindObject Method

NameParametersDescription
FindObject(Type, CriteriaOperator, Boolean)objectType, criteria, inTransactionSearches for the first object that matches the specified criteria and is of the specified type.
FindObject(Type, CriteriaOperator)objectType, criteriaSearches for the first object that matches the specified criteria and is of the specified type. The search takes uncommitted changes into account.
FindObject<ObjectType>(CriteriaOperator, Boolean)criteria, inTransactionSearches for the first object that matches the specified criteria. The object’s type is designated by the specified generic type parameter.
FindObject<ObjectType>(CriteriaOperator)criteriaSearches for the first object that matches the specified criteria. The object’s type is designated by the specified generic type parameter. The search takes uncommitted changes into account.