Skip to main content

BaseObjectSpace.ReloadCollection(Object) Method

Clears the specified collection.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v26.1.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 EFCoreObjectSpace.ReloadCollection and XPObjectSpace.ReloadCollection).

See Also