MappedEntityDomainManager<TData,TModel>.UpdateAsync Method

Definition

public virtual System.Threading.Tasks.Task<TData> UpdateAsync (string id, System.Web.Http.OData.Delta<TData> patch, bool includeDeleted);
override this.UpdateAsync : string * System.Web.Http.OData.Delta<'Data (requires 'Data : null and 'Data :> Microsoft.Azure.Mobile.Server.Tables.ITableData)> * bool -> System.Threading.Tasks.Task<'Data (requires 'Data : null and 'Data :> Microsoft.Azure.Mobile.Server.Tables.ITableData)>
Public Overridable Function UpdateAsync (id As String, patch As Delta(Of TData), includeDeleted As Boolean) As Task(Of TData)

Parameters

id
String
patch
System.Web.Http.OData.Delta<TData>
includeDeleted
Boolean

Returns

Task<TData>

Applies to