Delta<TStructuralType>.Put(TStructuralType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overwrites the original
entity with the values stored in this Delta.
The semantics of this operation are equivalent to a HTTP PUT operation, hence the name.
public void Put (TStructuralType original);
member this.Put : 'StructuralType -> unit
Public Sub Put (original As TStructuralType)
Parameters
- original
- TStructuralType
The entity to be updated.