mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 18:48:09 +08:00
Update mongodb
This commit is contained in:
@@ -15,7 +15,17 @@ namespace SqlSugar.MongoDb
|
||||
{
|
||||
public partial class MongoDbProvider : AdoProvider
|
||||
{
|
||||
IClientSessionHandle iClientSessionHandle;
|
||||
IClientSessionHandle iClientSessionHandle
|
||||
{
|
||||
get
|
||||
{
|
||||
return (this.Connection as MongoDbConnection).iClientSessionHandle;
|
||||
}
|
||||
set
|
||||
{
|
||||
(this.Connection as MongoDbConnection).iClientSessionHandle = value;
|
||||
}
|
||||
}
|
||||
public MongoDbProvider()
|
||||
{
|
||||
if (StaticConfig.AppContext_ConvertInfinityDateTime == false)
|
||||
|
Reference in New Issue
Block a user