Sys.Data.ChangeOperationType Enumeration

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.

See Also

Other Resources

Language Reference