BaseObjectSpace.IsCollectionLoaded(Object) Method
Indicates whether a particular collection is loaded with objects from the database.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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
In BaseObjectSpace, this method always returns false, but this behavior is overridden in descendants (see EFCoreObjectSpace.IsCollectionLoaded and XPObjectSpace.IsCollectionLoaded).
Implements
See Also