MongoRepository:具有扩展功能的MongoDB的存储库模式 源码
Mongo存储库 具有扩展功能的MongoDB的存储库模式 MongoDB驱动程序版本 2.11.4 定义 模型 您不需要创建模型,但是如果这样做,则需要扩展Entity // If you are able to define your model public class User : Entity { public string Username { get ; set ; } public string Password { get ; set ; } } 资料库 有多个基本构造函数,请阅读其他概述 public class UserRepository : Re
文件列表
MongoRepository-master.zip
(预估有个19文件)
MongoRepository-master
.gitignore
3KB
README.md
6KB
azure-pipelines.yml
875B
Repository.Mongo
Repository.Mongo.csproj
3KB
Properties
AssemblyInfo.cs
1KB
IRepository.cs
19KB
Entity.cs
2KB
暂无评论