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>.GetEntity Method ()

 

Returns the EntityType instance that holds all the changes (and original values) being tracked by this Delta.

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

public TEntityType GetEntity()

Return Value

Type: TEntityType

The EntityType istance.

Return to top
Show: