MappedEntityDomainManager<TData,TModel>.UpdateAsync 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.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.