Back to Devexpress

IObjectSpace.CreateCollection Method

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

latest1.1 KB
Original Source

IObjectSpace.CreateCollection Method

NameParametersDescription
CreateCollection(Type, CriteriaOperator, IList<SortProperty>)objectType, criteria, sortingCreates and initializes a collection of objects of the specified type, filtered according to the specified criteria and sorted according to the given sorting list.
CreateCollection(Type, CriteriaOperator)objectType, criteriaCreates and initializes a collection of objects of the specified type, filtered according to the specified criteria.
CreateCollection(Type)objectTypeCreates and initializes a collection of objects of the specified type.