Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Delta<TEntityType>.EntityType Property

 

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

Namespace:   System.Web.Http.OData
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

public override Type EntityType { get; }

Property Value

Type: System.Type

The actual type of the entity for which the changes are tracked.

Return to top
Show: