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 a single change in a set of data.
Namespace: Sys.Data
var MyChgOp = new ChangeOperation(action, item, linkSource, linkSourceField, linkTarget);
Constructors
Name |
Description |
|---|---|
Initializes a new instance the ChangeOperation class. |
Members
Name |
Description |
|---|---|
Gets a ChangeOperationType object that contains the change action enumeration value. |
|
Gets the item that was changed. |
|
Gets the item from which the link is originating. |
|
Gets the field on the source item representing the relationship between the target and the source. |
|
Gets the item that is being linked. |