Class TypedDelta
Represents a Delta that can be used when a backing CLR type exists for the entity type whose changes are tracked.
public abstract class TypedDelta : Delta, IDynamicMetaObjectProvider, IDelta
- Inheritance
-
TypedDelta
- Implements
- Derived
- Inherited Members
Constructors
TypedDelta()
protected TypedDelta()
Properties
EntityType
Gets the actual type of the entity for which the changes are tracked.
public abstract Type EntityType { get; }
Property Value
ExpectedClrType
Gets the expected type of the entity for which the changes are tracked.
public abstract Type ExpectedClrType { get; }