SimpleDeltaChange Class (.NET)

This is a Library topic for Data Abstract for .NET
This page is generated from external data, please do not update
Namespaces — Interfaces — Classes — Enums — Implements
Contents |
Overview
This structure contains the new & old values of a row when sending updates to the server and when returning the changes.
Location
- Assembly: RemObjects.DataAbstract.dll
- Namespace: RemObjects.DataAbstract.Server
- Ancestry: ComplexType | SimpleDeltaChange
Properties
| Error |
|---|
|
Error occurred while applying this row, if this is set for any of the rows the values were not applied to the server.
|
| Mode |
|
Change Type for this record, could be Delete, Insert or Update.
|
| NewValues |
|
List of new values, used for updating & inserting.
|
| OldValues |
|
List of old values, used for updating & deleting.
|
| TypeName (declared in ComplexType) |
|
|
Instance Methods
| constructor |
|---|
|
|
| GetAttributeCount (declared in ComplexType) |
|
|
| GetAttributeName (declared in ComplexType) |
|
|
| GetAttributeValue (declared in ComplexType) |
|
|
| ReadComplex |
|
|
| TriggerPropertyChanged protected (declared in ComplexType) |
|
|
| WriteComplex |
|
|
Events
| PropertyChanged (declared in ComplexType) |
|---|
|
|
See Also
- SimpleDeltaChange Class
- Lists
- Data Abstract for .NET: Namespaces — Interfaces — Classes — Enums — Implements
- RemObjects SDK for .NET: Namespaces — Interfaces — Classes — Enums — Implements
- RemObjects Script for .NET: Namespaces — Classes
- Data Abstract shared: Data Types – File Types
- other editions:
- Data Abstract for Xcode: Protocols — Classes — Enums — Implements
- Data Abstract for Delphi: Interfaces — Classes — Enums — Aliases — Implements
- Data Abstract for Java: Namespaces — Interfaces — Classes — Enums — Implements
- Data Abstract for JavaScript: Objects
- Data Abstract for .NET: Namespaces — Interfaces — Classes — Enums — Implements

Product: RemObjects Data Abstract
Available Editions: Data Abstract for .NET, Delphi and Xcode