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