yeshuanyi

2022年1月24日

.net core 3.1 MongoDB.Driver 最方便快捷是使用方案

摘要: 下载nuget包:MongoDB.Driver 直接开整。 1.创建mongodb链接静态类。 public class MongoBase { public static string DB_ConnectionString { get; set; }//链接赋 public static str 阅读全文

posted @ 2022-01-24 13:59 yehuanyi 阅读(432) 评论(1) 推荐(0)