Skip to main content
.NET 6.0+

IObjectSpace.CreateServerCollection(Type, CriteriaOperator) Method

Creates a Server mode collection of objects specified by the objectType parameter.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

object CreateServerCollection(
    Type objectType,
    CriteriaOperator criteria
)

Parameters

Name Type Description
objectType Type

The type of persistent objects to include in the collection.

criteria CriteriaOperator

The DevExpress.Data.Filtering.CriteriaOperator that specifies the criteria for object selection in a data store.

Returns

Type Description
Object

A server collection that includes the persistent objects of the specified type. In addition, only objects that satisfy the specified criteria will be retrieved to this collection.

Remarks

The newly created collection uses the current Object Space to load and save persistent objects.

See Also