Interface IBlobStoringDbContext
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.Abp.BlobStoring.Database.EntityFrameworkCore
Assembly: Volo.Abp.BlobStoring.Database.EntityFrameworkCore.dll
Syntax
public interface IBlobStoringDbContext : IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable
Properties
BlobContainers
Declaration
DbSet<DatabaseBlobContainer> BlobContainers { get; }
Property Value
Type | Description |
---|---|
DbSet<DatabaseBlobContainer> |
Blobs
Declaration
DbSet<DatabaseBlob> Blobs { get; }
Property Value
Type | Description |
---|---|
DbSet<DatabaseBlob> |