Back to Devexpress

IObjectSpace.IsCollectionLoaded(Object) Method

expressappframework-devexpress-dot-expressapp-dot-iobjectspace-dot-iscollectionloaded-x28-system-dot-object-x29.md

latest2.0 KB
Original Source

IObjectSpace.IsCollectionLoaded(Object) Method

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

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
bool IsCollectionLoaded(
    object collection
)
vb
Function IsCollectionLoaded(
    collection As Object
) As Boolean

Parameters

NameTypeDescription
collectionObject

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

|

Returns

TypeDescription
Boolean

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

|

Remarks

As a rule, an Object Space works with particular types of collections. These collection types are the ones that are used for Client and Server modes. This method is intended to request whether the passed collection has objects loaded.

See Also

IObjectSpace Interface

IObjectSpace Members

DevExpress.ExpressApp Namespace