ChangeStatus Enum

From RemObjects Software

Jump to: navigation, search

This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.



Overview

This is used by the DeltaChange Class to maintain the state of each individual row in the Delta.

Namespace

Declaration (C#)

public enum ChangeStatus
{
    Pending = 0,
    Resolved = 1,
    Failed = 2
}

Members

Member
Description
Pending The row update is still pending and has not been sent to the server yet.
Resolved The row update has been sent to the server and the update has been applied.
Failed The updating of the row failed when sending it to the server.


See Also


Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToDriversComponentsToolsSamplesArticlesArchitectureIssues

Personal tools