ObjectStateEntry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents either an entity, entity stub or relationship.
public ref class ObjectStateEntry abstract : System::Data::Objects::DataClasses::IEntityChangeTracker
public abstract class ObjectStateEntry : System.Data.Objects.DataClasses.IEntityChangeTracker
type ObjectStateEntry = class
interface IEntityChangeTracker
Public MustInherit Class ObjectStateEntry
Implements IEntityChangeTracker
- Inheritance
-
ObjectStateEntry
- Implements
Properties
| Name | Description |
|---|---|
| CurrentValues |
Gets the current property values of the object or relationship associated with this ObjectStateEntry. |
| Entity |
Gets the entity object. |
| EntityKey |
Gets or sets the entity key. |
| EntitySet |
Gets the EntitySetBase for the object or relationship. |
| IsRelationship |
Gets a value that indicates whether the ObjectStateEntry represents a relationship. |
| ObjectStateManager |
Gets the ObjectStateManager for the |