Table of Contents

Class TypedDelta

Namespace
System.Web.Http.OData
Assembly
System.Web.Http.OData.dll

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

Type

ExpectedClrType

Gets the expected type of the entity for which the changes are tracked.

public abstract Type ExpectedClrType { get; }

Property Value

Type