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

XPObjectSpace.IsCollectionLoaded(Object) Method

Indicates whether a particular collection is loaded with objects from the database.

Namespace: DevExpress.ExpressApp.Xpo

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

Declaration

public override bool IsCollectionLoaded(
    object collection
)

Parameters

Name Type Description
collection Object

An object representing the collection for which it must be determined whether it is loaded with objects from the database.

Returns

Type Description
Boolean

true, if the specified collection is loaded with objects from the database; otherwise, false.

Remarks

This method is used internally by Collection Sources, and generally, you do not need to use it. For server collections this method always returns true.

See Also