Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[OperationContract(Action = "http://tempuri.org/ISerializableObjectLayerService/GetCanLoadCollectionObjects")]
[XmlSerializerFormat]
OperationResult<bool> GetCanLoadCollectionObjects()

Returns

Type Description
OperationResult<Boolean>

An OperationResult<Boolean> object denoting the operation result.

See Also