Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes how an item has changed.
Namespace: Sys.Data
Inherits: None
var a = Sys.Data.ChangeOperationType.insert;
Members
Member name |
Description |
|---|---|
insert |
The integer 0 that indicates that the changed action to the item is insert. |
update |
The integer 1 that indicates that the changed action to the item is update. |
remove |
The integer 2 that indicates that the changed action to the item is remove. |