mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 12:09:29 +08:00
Update mongodb
This commit is contained in:
@@ -28,10 +28,7 @@ namespace SqlSugar.MongoDb
|
||||
}
|
||||
internal static MongoDB.Bson.IO.JsonWriterSettings GetJsonWriterSettings()
|
||||
{
|
||||
return new MongoDB.Bson.IO.JsonWriterSettings
|
||||
{
|
||||
OutputMode = MongoDB.Bson.IO.JsonOutputMode.Shell // JSON标准格式,带双引号
|
||||
};
|
||||
return new MongoDB.Bson.IO.JsonWriterSettings { };
|
||||
}
|
||||
internal static DateTime GetMinDate(ConnectionConfig currentConnectionConfig)
|
||||
{
|
||||
|
Reference in New Issue
Block a user