ISerializableObjectLayerService.GetCanLoadCollectionObjects() Method
When implemented by a class, obtains the value from an object layer’s ISerializableObjectLayer.CanLoadCollectionObjects property implementation and returns the operation result.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
Returns
| Type | Description |
|---|---|
| OperationResult<Boolean> | An OperationResult<Boolean> object denoting the operation result. |
See Also