Skip to main content
A newer version of this page is available.
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

EFObjectSpace.GetObjectsToDelete(Boolean) Method

Returns a collection of persistent objects that are marked as deleted in the current object context.

Namespace: DevExpress.ExpressApp.EF

Assembly: DevExpress.ExpressApp.EF.v19.2.dll

Declaration

public override ICollection GetObjectsToDelete(
    bool includeParent
)

Parameters

Name Type Description
includeParent Boolean

A boolean value. It is not used during the request for the objects to delete.

Returns

Type Description
ICollection

A ICollection object representing the collection of persistent objects that are deleted in the transaction currently in progress.

See Also