EntityDomainManager<TData> Methods
Namespace:
Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service.Entity (in Microsoft.WindowsAzure.Mobile.Service.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | DeleteAsync(String) | |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetOriginalValue(DbUpdateConcurrencyException) | Gets the original value of an entity in case an update or replace operation resulted in an DbUpdateConcurrencyException. The original value extracted from the exception will get returned to the client so that it can merge the data and possibly try the operation again. |
![]() | GetType() | (Inherited from Object.) |
![]() | InsertAsync(TData) | |
![]() | Lookup(String) | |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Query() | |
![]() | ReplaceAsync(String, TData) | |
![]() | SubmitChangesAsync() | Submits the change through Entity Framework while logging any exceptions and produce appropriate HttpResponseMessage instances. |
![]() | ToString() | (Inherited from Object.) |
![]() | UpdateAsync(String, Delta<TData>) |
Show:



