Interface IThirdDbContext
Inherited Members
Namespace: Volo.Abp.MongoDB.TestApp.ThirdDbContext
Assembly: Volo.Abp.MongoDB.Tests.SecondContext.dll
Syntax
public interface IThirdDbContext : IAbpMongoDbContext
Properties
DummyEntities
Declaration
IMongoCollection<ThirdDbContextDummyEntity> DummyEntities { get; }
Property Value
Type | Description |
---|---|
IMongoCollection<ThirdDbContextDummyEntity> |