ChangeType Enum
From RemObjects Software
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
| | |
|---|---|
| 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)
Lists — Glossary — Features — How To — Drivers — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | Data Abstract | Architecture | Enum | .NET
