Skip to main content
.NET Framework 4.6.2+

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

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