EntityDomainManager(Of TData) Class
Provides an IDomainManager(Of TData) implementation targeting SQL as the backend store using Entity Framework. In this model, there is a 1:1 mapping between the data object (DTO) exposed through a TableController(Of TData) and the domain model. The MappedEntityDomainManager(Of TData, TModel) is the recommended IDomainManager(Of TData) for situations where there is not a 1:1 relationship between the Data Object (DTO) and the domain model managed by SQL.
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(Of TData)) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=vb)
.jpeg?cs-save-lang=1&cs-lang=vb)
.jpeg?cs-save-lang=1&cs-lang=vb)
.jpeg?cs-save-lang=1&cs-lang=vb)
.jpeg?cs-save-lang=1&cs-lang=vb)