Skip to main content
A newer version of this page is available. .

XPObjectSpace.ReloadCollection(Object) Method

Clears a collection, and marks it to be reloaded with data from the database.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v18.2.dll

Declaration

public override void ReloadCollection(
    object collection
)

Parameters

Name Type Description
collection Object

An Object that is the collection to be reloaded.

Remarks

Generally, you do not need to use this method, since it is intended for internal use.

See Also