Class BlobStoringDbContext
Implements
ITransientDependency
IDisposable
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
Inherited Members
AbpDbContext<BlobStoringDbContext>.ApplyAbpConceptsForDeletedEntity(EntityEntry, EntityChangeReport)
AbpDbContext<BlobStoringDbContext>.ConfigureGlobalFilters<TEntity>(ModelBuilder, IMutableEntityType)
Volo.Abp.EntityFrameworkCore.AbpDbContext<Volo.Abp.BlobStoring.Database.EntityFrameworkCore.BlobStoringDbContext>.CombineExpressions<T>(Expression<>, Expression<>)
Namespace: Volo.Abp.BlobStoring.Database.EntityFrameworkCore
Assembly: Volo.Abp.BlobStoring.Database.EntityFrameworkCore.dll
Syntax
public class BlobStoringDbContext : AbpDbContext<BlobStoringDbContext>, IAbpEfCoreDbContext, ITransientDependency, IBlobStoringDbContext, IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable
Constructors
BlobStoringDbContext(DbContextOptions<BlobStoringDbContext>)
Declaration
public BlobStoringDbContext(DbContextOptions<BlobStoringDbContext> options)
Parameters
Type | Name | Description |
---|---|---|
DbContextOptions<BlobStoringDbContext> | options |
Properties
BlobContainers
Declaration
public DbSet<DatabaseBlobContainer> BlobContainers { get; set; }
Property Value
Type | Description |
---|---|
DbSet<DatabaseBlobContainer> |
Blobs
Declaration
public DbSet<DatabaseBlob> Blobs { get; set; }
Property Value
Type | Description |
---|---|
DbSet<DatabaseBlob> |
Methods
OnModelCreating(ModelBuilder)
Declaration
protected override void OnModelCreating(ModelBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
ModelBuilder | builder |
Implements
ITransientDependency
IDisposable
IInfrastructure<>
IDbContextDependencies
IDbSetCache
IDbContextPoolable