Back to Devexpress

IObjectSpace.GetObjects Method

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

latest2.7 KB
Original Source

IObjectSpace.GetObjects Method

NameParametersDescription
GetObjects(Type, CriteriaOperator, Boolean)type, criteria, inTransactionReturns an IList collection of objects of the specified type, retrieved to the current Object Space and filtered according to the specified criteria.
GetObjects(Type, CriteriaOperator, IList<SortProperty>, Boolean)type, criteria, sorting, inTransactionReturns a sorted IList collection of objects of the specified type, retrieved to the current Object Space and filtered according to the specified criteria.
GetObjects(Type, CriteriaOperator)type, criteriaReturns an IList collection of objects of the specified type, retrieved to the current Object Space and filtered according to the specified criteria.
GetObjects(Type)typeRetrieves objects of the specified type from the current Object Space. Returns an IList collection.
GetObjects<T>()noneRetrieves objects of the specified type from the current Object Space. Returns an IList collection.
GetObjects<T>(CriteriaOperator, Boolean)criteria, inTransactionReturns an IList collection of objects via the current Object Space.
GetObjects<T>(CriteriaOperator, IList<SortProperty>, Boolean)criteria, sorting, inTransactionReturns a sorted IList collection of objects of the specified type, retrieved to the current Object Space and filtered according to the specified criteria.
GetObjects<T>(CriteriaOperator)criteriaReturns an IList collection of objects of the specified type, retrieved to the current Object Space and filtered according to the specified criteria.