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>::CopyUnchangedValues Method (TEntityType)

 

Copies the unchanged property values from the underlying entity (accessible via GetEntity ) to the original entity.

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

public:
void CopyUnchangedValues(
	TEntityType original
)

Parameters

original
Type: TEntityType

The entity to be updated.

Return to top
Show: