MappedEntityDomainManager<TData, TModel> Methods

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Entity (in Microsoft.WindowsAzure.Mobile.Service.Entity.dll)

NameDescription
System_CAPS_pubmethodDeleteAsync(String^)

System_CAPS_protmethodDeleteItemAsync(array<Object^>^)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGetCompositeKey(String^)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_protmethodGetKey<TKey>(String^)

System_CAPS_protmethodGetKey<TKey>(String^, CultureInfo^)

System_CAPS_protmethodGetOriginalValue(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.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInsertAsync(TData)

System_CAPS_pubmethodLookup(String^)

System_CAPS_protmethodLookupEntity(Expression<Func<TModel, Boolean>^>^)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodQuery()

System_CAPS_pubmethodReplaceAsync(String^, TData)

System_CAPS_protmethodSetOriginalVersion(TModel, array<Byte>^)

Override this method to support optimistic concurrent updates and replace operations. In order to evaluate whether an object has been updated concurrently, Entity Framework needs to know the original version of the object being edited and compare that to the current version maintained in the database. This requires that the original value is known by Entity Framework so that it can ask the database to do the check.

System_CAPS_protmethodSubmitChangesAsync()

Submits the change through Entity Framework while logging any exceptions and produce appropriate HttpResponseMessage instances.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUpdateAsync(String^, Delta<TData>^)

System_CAPS_protmethodUpdateEntityAsync(Delta<TData>^, array<Object^>^)

Return to top
Show: