Class FourthDbContext
Inherited Members
Namespace: Volo.Abp.MongoDB.TestApp.FourthContext
Assembly: Volo.Abp.MongoDB.Tests.SecondContext.dll
Syntax
public class FourthDbContext : AbpMongoDbContext, ITransientDependency, IFourthDbContext, IAbpMongoDbContext
Constructors
FourthDbContext()
Declaration
public FourthDbContext()
Properties
FourthDummyEntities
Declaration
public IMongoCollection<FourthDbContextDummyEntity> FourthDummyEntities { get; }
Property Value
Type | Description |
---|---|
IMongoCollection<FourthDbContextDummyEntity> |