Interface IDocsDbContext
Inherited Members
Volo.Abp.EntityFrameworkCore.IEfCoreDbContext.AddRange(IEnumerable<>)
Volo.Abp.EntityFrameworkCore.IEfCoreDbContext.AddRangeAsync(IEnumerable<>, CancellationToken)
Volo.Abp.EntityFrameworkCore.IEfCoreDbContext.AttachRange(IEnumerable<>)
Volo.Abp.EntityFrameworkCore.IEfCoreDbContext.RemoveRange(IEnumerable<>)
Volo.Abp.EntityFrameworkCore.IEfCoreDbContext.UpdateRange(IEnumerable<>)
Namespace: Volo.Docs.EntityFrameworkCore
Assembly: Volo.Docs.EntityFrameworkCore.dll
Syntax
public interface IDocsDbContext : IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable
Properties
DocumentContributors
Declaration
DbSet<DocumentContributor> DocumentContributors { get; set; }
Property Value
Type | Description |
---|---|
DbSet<DocumentContributor> |
Documents
Declaration
DbSet<Document> Documents { get; set; }
Property Value
Type | Description |
---|---|
DbSet<Document> |
Projects
Declaration
DbSet<Project> Projects { get; set; }
Property Value
Type | Description |
---|---|
DbSet<Project> |