Interface IIdentityDbContext
Assembly: Volo.Abp.Identity.EntityFrameworkCore.dll
Syntax
[ConnectionStringName("AbpIdentity")]
public interface IIdentityDbContext : IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable
Properties
ClaimTypes
Declaration
DbSet<IdentityClaimType> ClaimTypes { get; }
Property Value
LinkUsers
Declaration
DbSet<IdentityLinkUser> LinkUsers { get; }
Property Value
OrganizationUnits
Declaration
DbSet<OrganizationUnit> OrganizationUnits { get; }
Property Value
Roles
Declaration
DbSet<IdentityRole> Roles { get; }
Property Value
SecurityLogs
Declaration
DbSet<IdentitySecurityLog> SecurityLogs { get; }
Property Value
Sessions
Declaration
DbSet<IdentitySession> Sessions { get; }
Property Value
UserDelegations
Declaration
DbSet<IdentityUserDelegation> UserDelegations { get; }
Property Value
Users
Declaration
DbSet<IdentityUser> Users { get; }
Property Value
Extension Methods