Indicates whether the deletion of persistent objects from the data source when they are removed from the specified collection is enabled.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v18.2.dll
public virtual bool IsObjectDeletionOnRemoveEnabled(
object collection
)
Public Overridable Function IsObjectDeletionOnRemoveEnabled(
collection As Object
) As Boolean
Type | Name | Description |
---|---|---|
Object | collection | A collection of persistent objects that are requested to be removed from the database along with their removal from the collection. |
Type | Description |
---|---|
Boolean | true, if the deletion from the database along with removal from the collection is enabled; false, if disabled. |