Delta<TEntityType>.Patch Method

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

'Declaration
Public Sub Patch ( _
    original As TEntityType _
)
'Usage
Dim instance As Delta 
Dim original As TEntityType

instance.Patch(original)
public void Patch(
    TEntityType original
)
public:
void Patch(
    TEntityType original
)
member Patch : 
        original:'TEntityType -> unit
public function Patch(
    original : TEntityType
)

Parameters

See Also

Reference

Delta<TEntityType> Class

System.Web.Http.OData Namespace