Share via


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)

Syntax

public void CopyUnchangedValues(
    TEntityType original
)
public:
void CopyUnchangedValues(
    TEntityType original
)
member CopyUnchangedValues : 
        original:'TEntityType -> unit
Public Sub CopyUnchangedValues (
    original As TEntityType
)

Parameters

See Also

Delta<TEntityType> Class
System.Web.Http.OData Namespace

Return to top