Abp.EntityFramework
Base class for all DbContext classes in the application.
Used to get current session values.
Used to trigger entity change events.
Reference to the logger.
Reference to the event bus.
Reference to GUID generator.
Reference to the current UOW provider.
Reference to multi tenancy configuration.
Can be used to suppress automatically setting TenantId on SaveChanges.
Default: false.
Constructor.
Uses as connection string.
Constructor.
Constructor.
Constructor.
Constructor.
Constructor.
Constructor.
This module is used to implement "Data Access Layer" in EntityFramework.
Extension methods for and .
Specifies the related objects to include in the query results.
The source on which to call Include.
A boolean value to determine to include or not.
The dot-separated list of related objects to return in the query results.
Specifies the related objects to include in the query results.
The source on which to call Include.
A boolean value to determine to include or not.
The dot-separated list of related objects to return in the query results.
Specifies the related objects to include in the query results.
The source on which to call Include.
A boolean value to determine to include or not.
The type of navigation property being included.
Nolockings the specified queryable.
The type of the entity.
The type of the result.
The repository.
The queryable.
Nolockings the specified queryable.
The type of the entity.
The type of the primary key.
The type of the result.
The repository.
The queryable.
Implements IRepository for Entity Framework.
DbContext which contains .
Type of the Entity for this repository
Primary key of the entity
Gets EF DbContext object.
Gets DbSet for given entity.
Constructor
Implements Unit of work for Entity Framework.
Creates a new .
Implements that gets DbContext from
active unit of work.
Type of the DbContext
Creates a new .
Extension methods for UnitOfWork.
Gets a DbContext as a part of active unit of work.
This method can be called when current unit of work is an .
Type of the DbContext
Current (active) unit of work
Multitenancy side
A custom name for the dbcontext to get a named dbcontext.
If there is no dbcontext in this unit of work with given name, then a new one is created.
Key: Entity type
Value: DateTime property infos
Gets DateTime properties which is not marked with
or it's parent is not marked with