Interface IDocsDbContext
Assembly: Volo.Docs.EntityFrameworkCore.dll
Syntax
[IgnoreMultiTenancy]
[ConnectionStringName("Docs")]
public interface IDocsDbContext : IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable
Properties
DocumentContributors
Declaration
DbSet<DocumentContributor> DocumentContributors { get; }
Property Value
Documents
Declaration
DbSet<Document> Documents { get; }
Property Value
Projects
Declaration
DbSet<Project> Projects { get; }
Property Value
Extension Methods