mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 18:48:09 +08:00
Update mongodb
This commit is contained in:
@@ -65,6 +65,7 @@ namespace MongoDb.Ado.data
|
||||
return typeof(string);
|
||||
}
|
||||
if (obj == null) return typeof(object);
|
||||
if (obj is BsonNull) return typeof(object);
|
||||
return BsonTypeMapper.MapToDotNetValue(obj).GetType();
|
||||
}
|
||||
public override float GetFloat(int ordinal) => (float)GetValue(ordinal);
|
||||
|
Reference in New Issue
Block a user