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

Properties


Changes

 

property Changes: List<DeltaChange> read;

 

List<DeltaChange> Changes { __get; }

FailureMessage

 

property FailureMessage: String read write;

 

String FailureMessage { __get; __set; }

Tables

 

property Tables: array of DataTable read;

 

DataTable[] Tables { __get; }

ThrowException

 

property ThrowException: Boolean read write;

 

Boolean ThrowException { __get; __set; }