Sys.Data.ChangeOperation Constructor

Initializes a new instance the ChangeOperation class.

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

Parameters

Parameter

Description

action

A ChangeOperationType object that contains the change action enumeration value.

item

The item that was changed.

linkSource

(Optional) The item from which the link is originating.

linkSourceField

(Optional) The field on the source item representing the relationship.

linkTarget

(Optional) The item that is being linked.

See Also

Other Resources

Sys.Data.ChangeOperation Class