Back to Devexpress

Session.FindObject Method

xpo-devexpress-dot-xpo-dot-session-dot-findobject.md

latest3.2 KB
Original Source

Session.FindObject Method

NameParametersDescription
FindObject(XPClassInfo, CriteriaOperator, Boolean)classInfo, criteria, selectDeletedSearches for the first object which matches the specified criteria.
FindObject(XPClassInfo, CriteriaOperator)classInfo, criteriaSearches for the first object which matches the specified criteria.
FindObject(PersistentCriteriaEvaluationBehavior, XPClassInfo, CriteriaOperator, Boolean)criteriaEvaluationBehavior, classInfo, criteria, selectDeletedSearches for the first object which matches the specified criteria.
FindObject(PersistentCriteriaEvaluationBehavior, XPClassInfo, CriteriaOperator)criteriaEvaluationBehavior, classInfo, criteriaSearches for the first object which matches the specified criteria.
FindObject(PersistentCriteriaEvaluationBehavior, Type, CriteriaOperator)criteriaEvaluationBehavior, objType, criteriaSearches for the first object which matches the specified criteria.
FindObject(Type, CriteriaOperator, Boolean)classType, criteria, selectDeletedSearches for the first object which matches the specified criteria.
FindObject(Type, CriteriaOperator)classType, criteriaSearches for the first object which matches the specified criteria.
FindObject<ClassType>(CriteriaOperator, Boolean)criteria, selectDeletedSearches for the first object of the type designated by the specified generic type parameter which matches the specified criteria.
FindObject<ClassType>(CriteriaOperator)criteriaSearches for the first object of the type designated by the specified generic type parameter which matches the specified criteria.
FindObject<ClassType>(PersistentCriteriaEvaluationBehavior, CriteriaOperator)criteriaEvaluationBehavior, criteriaSearches for the first object of the type designated by the specified generic type parameter which matches the specified criteria.