BaseObjectSpace.ReloadCollection(Object) Method
Clears the specified collection.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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).
Implements
See Also