The EntityStateSet type exposes the following members.

Properties

  NameDescription
Public propertyEntityType
The type of the entity (needed for inheritance support)
Public propertyIsDelete
True if the entity was deleted
Public propertyModifiedKey
Current primary key of the entity if modified
Public propertyModifiedState
The current state of the entity if modified
Public propertyOriginalKey
Original primary key of the entity
Public propertyOriginalState
The original state of the entity

See Also