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