摘要:
1 IF OBJECT_ID (N'dbo.RegexMatch') IS NOT NULL 2 DROP FUNCTION dbo.RegexMatch 3 GO 4 ALTER FUNCTION dbo.RegexMatch 5 ( 6 @pattern VARCHAR(2000), 7 @ma 阅读全文
摘要:
1,在Nuget引入MongoDB.Driver 2,新建 MongoDbHelper.cs using MongoDB.Bson; using MongoDB.Driver; using System; using System.Collections.Generic; using System. 阅读全文