The following tables list the members exposed by IEntityManagerProvider.
Name | Description | |
---|---|---|
![]() | ConnectionOptions | Specifies the ConnectionOptions used by the current EntityManagerProvider. |
![]() | HasValidationError | Returns true if the last save operation aborted due to a validation error. |
![]() | IsSaving | Returns true if a save is in progress. A System.InvalidOperationException is thrown if EntityManager.SaveChangesAsync is called while a previous SaveChangesAsync is still in progress. |
![]() | Manager | Returns the EntityManager managed by this provider. |
Name | Description | |
---|---|---|
![]() | DataChanged | Signals that a Save of at least one entity has been performed or changed entities have been imported from another entity manager. Clients may use this event to force a data refresh. |
![]() | EntityChanged | Fired whenever an entity's state has changed in any significant manner. |
![]() | ManagerCreated | Event fired after the EntityManager got created. |