Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies the changed 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)
Syntax
public void CopyChangedValues(
TEntityType original
)
public:
void CopyChangedValues(
TEntityType original
)
member CopyChangedValues :
original:'TEntityType -> unit
Public Sub CopyChangedValues (
original As TEntityType
)
Parameters
original
Type: TEntityTypeThe entity to be updated.
See Also
Delta<TEntityType> Class
System.Web.Http.OData Namespace
Return to top