SessionObjectLayer.IsParentObjectToDelete(Session, Object) Method
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
session | Session | A Session object specifying a session which contains the |
the |
Object | The session‘s object to test. |
#Returns
Type | Description |
---|---|
Boolean | true if the |
#Implements
See Also