Class MixCacheDbContext
Inheritance
System.Object
MixCacheDbContext
Assembly: mix.heart.dll
Syntax
public class MixCacheDbContext : DbContext
Constructors
|
Improve this Doc
View Source
MixCacheDbContext()
Declaration
public MixCacheDbContext()
Properties
|
Improve this Doc
View Source
MixCache
Declaration
public virtual DbSet<MixCache> MixCache { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
OnConfiguring(DbContextOptionsBuilder)
Declaration
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
Parameters
Type |
Name |
Description |
DbContextOptionsBuilder |
optionsBuilder |
|
|
Improve this Doc
View Source
OnModelCreating(ModelBuilder)
Declaration
protected override void OnModelCreating(ModelBuilder modelBuilder)
Parameters
Type |
Name |
Description |
ModelBuilder |
modelBuilder |
|