Back to Devexpress

Session.IsObjectMarkedDeleted(Object) Method

xpo-devexpress-dot-xpo-dot-session-dot-isobjectmarkeddeleted-x28-system-dot-object-x29.md

latest1.4 KB
Original Source

Session.IsObjectMarkedDeleted(Object) Method

Indicates whether the specified persistent object is marked as deleted.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public bool IsObjectMarkedDeleted(
    object theObject
)
vb
Public Function IsObjectMarkedDeleted(
    theObject As Object
) As Boolean

Parameters

NameTypeDescription
theObjectObject

The object to test.

|

Returns

TypeDescription
Boolean

true if the specified object is marked as deleted; otherwise, false.

|

Remarks

To learn more, see Deferred and Immediate Object Deletion.

See Also

Session Class

Session Members

DevExpress.Xpo Namespace