XPObjectSpace.IsObjectToSave(Object) Method
Indicates whether the specified object has been added, deleted or modified, but not committed in the transaction currently in progress.
Namespace: DevExpress.ExpressApp.Xpo
Assembly: DevExpress.ExpressApp.Xpo.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | Object | An object for which it is requested whether it should be saved. |
Returns
Type | Description |
---|---|
Boolean | true, if the specified object has been added, deleted or modified, but not committed; otherwise, false. |
Remarks
Generally, you do not need to use this method, since it is intended for internal use.
See Also