Table of Contents

Class DbServerConfigurator<T>.DbServerCfgContextOptionsBuilder<C>

Namespace
Tlabs.Data.Store
Assembly
Tlabs.EfDataStore.dll

Microsoft.EntityFrameworkCore.DbContextOptionsBuilder<> implementation with SvcCollection.

public class DbServerConfigurator<T>.DbServerCfgContextOptionsBuilder<C> : DbContextOptionsBuilder<C>, IDbServerCfgContextOptionsBuilder where C : DbContext

Type Parameters

C
Inheritance
DbServerConfigurator<T>.DbServerCfgContextOptionsBuilder<C>
Implements
Extension Methods

Constructors

DbServerCfgContextOptionsBuilder(IServiceCollection)

Ctor from svcColl.

public DbServerCfgContextOptionsBuilder(IServiceCollection svcColl)

Parameters

svcColl IServiceCollection

Properties

SvcCollection

public IServiceCollection SvcCollection { get; }

Property Value

IServiceCollection