EFCoreObjectSpace.IsObjectDeletionOnRemoveEnabled(Object) Method
Specifies whether objects should be removed from the specified collection and database simultaneously.
Namespace: DevExpress.ExpressApp.EFCore
Assembly: DevExpress.ExpressApp.EFCore.v24.1.dll
NuGet Package: DevExpress.ExpressApp.EFCore
Declaration
Parameters
Name | Type | Description |
---|---|---|
collection | Object | A collection of persistent objects for which this method determines if its objects should be removed from the data source when removing them from the collection. |
Returns
Type | Description |
---|---|
Boolean | true if objects should be removed from the specified collection and database simultaneously; otherwise, false. |
See Also