IDomainManager<TData>::UpdateAsync Method (String^, Delta<TData>^)
Updates an existing item by applying a Delta<TEntityType> patch to it. The Delta<TEntityType> abstraction keeps track of which properties have changed which avoids problems with default values and the like.
Assembly: Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)
Parameters
- id
-
Type:
System::String^
The id of the item to patch.
- patch
-
Type:
System.Web.Http.OData::Delta<TData>^
The patch to apply.
Show: