Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Delta(Of 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)

Public Sub Patch (
	original As TEntityType
)

Parameters

original
Type: TEntityType

The entity to be updated.

Return to top
Show: