Delta<TEntityType>::Put Method (TEntityType)

 

Overwrites the original entity with the values stored in this Delta.

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

public:
void Put(
	TEntityType original
)

Parameters

original
Type: TEntityType

The entity to be updated.

Return to top
Show: