Skip to main content
A newer version of this page is available. .

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

Declaration

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

Returns

Type Description
OperationResult<Boolean>

An OperationResult<T><Boolean,> object denoting the operation result.

See Also