Share via


Delta<TEntityType>.Put Method (TEntityType)

 

Overwrites the original entity with the values stored in this Delta.

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

Syntax

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

Parameters

See Also

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

Return to top