Back to Devexpress

IObjectSpace.IsDeletionDeferredType(Type) Method

expressappframework-devexpress-dot-expressapp-dot-iobjectspace-dot-isdeletiondeferredtype-x28-system-dot-type-x29.md

latest1.7 KB
Original Source

IObjectSpace.IsDeletionDeferredType(Type) Method

Returns a value that indicates if the deferred deletion is enabled for persistent objects of a given type.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
bool IsDeletionDeferredType(
    Type type
)
vb
Function IsDeletionDeferredType(
    type As Type
) As Boolean

Parameters

NameTypeDescription
typeType

A Type object that is a type of persistent object.

|

Returns

TypeDescription
Boolean

true , if the deferred deletion is enabled; otherwise - fale.

|

Remarks

Deferred deletion assumes that a record is not immediately deleted in the underlying data store when the IObjectSpace.Delete is executed. Instead, the record is marked as deleted.

See Also

IObjectSpace Interface

IObjectSpace Members

DevExpress.ExpressApp Namespace