Class FourthDbContext
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.FourthContext
Assembly: Volo.Abp.MongoDB.Tests.SecondContext.dll
Syntax
public class FourthDbContext : AbpMongoDbContext, ITransientDependency, IFourthDbContext, IAbpMongoDbContext
Constructors
FourthDbContext()
Declaration
public FourthDbContext()
Properties
FourthDummyEntities
Declaration
public IMongoCollection<FourthDbContextDummyEntity> FourthDummyEntities { get; }
Property Value
| Type | Description |
|---|---|
| MongoDB.Driver.IMongoCollection<><FourthDbContextDummyEntity> |