Skip to main content
.NET 6.0+

BaseObjectSpace.ReloadCollection(Object) Method

Clears the specified collection.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public virtual void ReloadCollection(
    object collection
)

Parameters

Name Type Description
collection Object

An Object that is the collection to be reloaded.

Remarks

Behavior of this method is overridden in descendants (see EFCoreObjectSpace.ReloadCollection and XPObjectSpace.ReloadCollection).

See Also