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

BaseObjectSpace.ReloadCollection(Object) Method

Clears the specified collection.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

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 EFObjectSpace.ReloadCollection and XPObjectSpace.ReloadCollection).

See Also