ISerializableObjectLayerService.GetParentObjectsToDelete() Method
When implemented by a class, executes an object layer’s ISerializableObjectLayerEx.GetParentObjectsToDelete method implementation and returns the operation result.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.2.dll
Declaration
Returns
Type | Description |
---|---|
OperationResult<DevExpress.Xpo.SerializableObjectLayerResult<XPObjectStubCollection>> | An OperationResult<DevExpress.Xpo.SerializableObjectLayerResult`1[[DevExpress.Xpo.XPObjectStubCollection> object denoting the operation result. |
See Also