ChangeType 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

ChangeType describes the sort of update a DeltaChange is doing. A DeltaChange can either delete, insert or update a row.

Namespace

Declaration (C#)

public enum ChangeType
{
    Insert = 0,
    Update = 1,
    Delete = 2
}

Members

Member
Description
Insert The DeltaChange contains a new row that has to be inserted in the database on the server.
Update The DeltaChange contains a row that has to be updated on the database on the server.
Delete The DeltaChange contains a row that has to be deleted from the database on the server.


See Also


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

ListsGlossaryFeaturesHow ToDriversComponentsToolsSamplesArticlesArchitectureIssues

Personal tools