Skip to main content
A newer version of this page is available. .

SessionObjectLayer.IsParentObjectToDelete(Session, Object) Method

Performs object layer specific operations that are required to determine if a specified object corresponds to an object marked for deletion in parent sessions.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public bool IsParentObjectToDelete(
    Session session,
    object theObject
)

Parameters

Name Type Description
session Session

A Session object specifying a session which contains theObject.

theObject Object

The session‘s object to test.

Returns

Type Description
Boolean

true if theObject corresponds to one of the objects marked for deletion in parent sessions; otherwise, false.

See Also