Share via


Delta<TEntityType>.Patch Method (TEntityType)

 

Overwrites the original entity with the changes tracked by this Delta.

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

Syntax

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

Parameters

See Also

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

Return to top