Class DataContext<T>
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
hi_dd_operations
public DbSet<hi_dd_operation> hi_dd_operations { get; set; }
Property Value
hi_dd_roles
public DbSet<hi_dd_role> hi_dd_roles { get; set; }
Property Value
hi_dd_users
public DbSet<hi_dd_user> hi_dd_users { get; set; }
Property Value
hl_dm_debugs
public DbSet<hl_dm_debug> hl_dm_debugs { get; set; }
Property Value
hl_dm_errors
public DbSet<hl_dm_error> hl_dm_errors { get; set; }
Property Value
hl_dm_fatals
public DbSet<hl_dm_fatal> hl_dm_fatals { get; set; }
Property Value
hl_dm_infos
public DbSet<hl_dm_info> hl_dm_infos { get; set; }
Property Value
hl_dm_warns
public DbSet<hl_dm_warn> hl_dm_warns { get; set; }