UpdateFailureEvent
Overview
Raised by the RemoteDataAdapter, this event indicates that there have been some failures on the server side while applying data changes and gives you an opportunity to resolve them.
Location
- Reference: com.remobjects.dataabstract.jar
- Package: com.remobjects.dataabstract
- Ancestry: EventObject | UpdateFailureEvent
Properties
Changes
property Changes: List<DeltaChange> read;
List<DeltaChange> Changes { __get; }
FailureMessage
property FailureMessage: String read write;
String FailureMessage { __get; __set; }
Tables
ThrowException
property ThrowException: Boolean read write;
Boolean ThrowException { __get; __set; }