Skip to main content
.NET 6.0+

BaseObjectSpace.GetObjects Method

Name Parameters Description
GetObjects(Type, CriteriaOperator, Boolean) objectType, criteria, inTransaction Returns 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) objectType, criteria, sorting, inTransaction Returns 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) objectType, criteria Returns an IList collection of objects of the specified type, retrieved to the current Object Space and filtered according to the specified criteria.
GetObjects(Type) objectType Returns an IList collection of objects of the specified type, retrieved to the current Object Space.
GetObjects<T>() none Returns an IList collection of objects of the specified type, retrieved to the current Object Space.
GetObjects<T>(CriteriaOperator, Boolean) criteria, inTransaction Returns an IList collection of objects of the specified type, retrieved to the current Object Space and filtered according to the specified criteria.
GetObjects<T>(CriteriaOperator, IList<SortProperty>, Boolean) criteria, sorting, inTransaction Returns 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) criteria Returns an IList collection of objects of the specified type, retrieved to the current Object Space and filtered according to the specified criteria.