Copies the unchanged property values from the underlying entity (accessible via GetEntity) to the original entity.
Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public void CopyUnchangedValues(
    TEntityType original
)
public:
void CopyUnchangedValues(
    TEntityType original
)
member CopyUnchangedValues : 
        original:'TEntityType -> unit
Public Sub CopyUnchangedValues (
    original As TEntityType
)
Parameters
- original 
 Type: TEntityType- The entity to be updated. 
See Also
Delta<TEntityType> Class
System.Web.OData Namespace
Return to top