Table of Contents

Class DataContext<T>

Namespace
HeBianGu.Data.DataBase
Assembly
HeBianGu.DataBase.Sqlite.dll
public class DataContext<T> : DbContext, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IDisposable, IAsyncDisposable where T : DbContext

Type Parameters

T
Inheritance
DataContext<T>
Implements
Derived
Inherited Members
Extension Methods

Constructors

DataContext(DbContextOptions<T>)

public DataContext(DbContextOptions<T> options)

Parameters

options DbContextOptions<T>

Properties

hi_dd_authors

public DbSet<hi_dd_author> hi_dd_authors { get; set; }

Property Value

DbSet<hi_dd_author>

hi_dd_operations

public DbSet<hi_dd_operation> hi_dd_operations { get; set; }

Property Value

DbSet<hi_dd_operation>

hi_dd_roles

public DbSet<hi_dd_role> hi_dd_roles { get; set; }

Property Value

DbSet<hi_dd_role>

hi_dd_users

public DbSet<hi_dd_user> hi_dd_users { get; set; }

Property Value

DbSet<hi_dd_user>

hl_dm_debugs

public DbSet<hl_dm_debug> hl_dm_debugs { get; set; }

Property Value

DbSet<hl_dm_debug>

hl_dm_errors

public DbSet<hl_dm_error> hl_dm_errors { get; set; }

Property Value

DbSet<hl_dm_error>

hl_dm_fatals

public DbSet<hl_dm_fatal> hl_dm_fatals { get; set; }

Property Value

DbSet<hl_dm_fatal>

hl_dm_infos

public DbSet<hl_dm_info> hl_dm_infos { get; set; }

Property Value

DbSet<hl_dm_info>

hl_dm_warns

public DbSet<hl_dm_warn> hl_dm_warns { get; set; }

Property Value

DbSet<hl_dm_warn>