Class ThirdDbContext
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.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 |
|---|---|
| MongoDB.Driver.IMongoCollection<><ThirdDbContextDummyEntity> |