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: