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