Interface ITestAppMongoDbContext
Assembly: Volo.Abp.MongoDB.Tests.dll
Syntax
[ConnectionStringName("TestApp")]
public interface ITestAppMongoDbContext : IAbpMongoDbContext
Properties
Cities
Declaration
IMongoCollection<City> Cities { get; }
Property Value
| Type |
Description |
| MongoDB.Driver.IMongoCollection<><City> |
|
People
Declaration
IMongoCollection<Person> People { get; }
Property Value
| Type |
Description |
| MongoDB.Driver.IMongoCollection<><Person> |
|
Products
Declaration
IMongoCollection<Product> Products { get; }
Property Value
| Type |
Description |
| MongoDB.Driver.IMongoCollection<><Product> |
|
Extension Methods