Class SecondDbContext
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |
|---|---|
| MongoDB.Driver.IMongoCollection<><BookInSecondDbContext> |
Phones
Declaration
public IMongoCollection<PhoneInSecondDbContext> Phones { get; }
Property Value
| Type | Description |
|---|---|
| MongoDB.Driver.IMongoCollection<><PhoneInSecondDbContext> |