Class NLightningContext
- Namespace
- NLightning.Models
- Assembly
- NLightning.Models.dll
public class NLightningContext : DbContext, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IDisposable, IAsyncDisposable
- Inheritance
-
NLightningContext
- Implements
- Inherited Members
Constructors
NLightningContext(DbContextOptions<NLightningContext>)
public NLightningContext(DbContextOptions<NLightningContext> options)
Parameters
options
DbContextOptions<NLightningContext>
Properties
Nodes
public DbSet<NLightningContext.Node> Nodes { get; set; }