Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.