Sys.Data.ChangeOperation Class

Describes a single change in a set of data.

Namespace: Sys.Data

var MyChgOp = new ChangeOperation(action, item, linkSource, linkSourceField, linkTarget);

Constructors

Name

Description

Sys.Data.ChangeOperation Constructor

Initializes a new instance the ChangeOperation class.

Members

Name

Description

Sys.Data.ChangeOperation.action Field

Gets a ChangeOperationType object that contains the change action enumeration value.

Sys.Data.ChangeOperation.item Field

Gets the item that was changed.

Sys.Data.ChangeOperation.linkSource Field

Gets the item from which the link is originating.

Sys.Data.ChangeOperation.linkSourceField Field

Gets the field on the source item representing the relationship between the target and the source.

Sys.Data.ChangeOperation.linkTarget Field

Gets the item that is being linked.

See Also

Other Resources

Language Reference