Show / Hide Table of Contents

Class MixCacheDbContext

Inheritance
System.Object
MixCacheDbContext
MsSqlCacheDbContext
MySqlCacheDbContext
PostgresCacheDbContext
SqliteCacheDbContext
Namespace: Mix.Heart.Entities.Cache
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
Type Description
DbSet<MixCache>

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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾