EntityDomainManager<TData>.UpdateAsync Method (String, Delta<TData>)
Namespace:
Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service.Entity (in Microsoft.WindowsAzure.Mobile.Service.Entity.dll)
[DebuggerStepThroughAttribute] public virtual Task<TData> UpdateAsync( string id, Delta<TData> patch )
Return Value
Type: System.Threading.Tasks.Task<TData>
Show: