0%

MongoDB C# Driver 的一些東西

MongoDB

MongoDb Host

The mongo Shell

MongoDb Index

雷伊的工作心得 : [mongoDB]index功能的筆記

EntityFrameworkCore MongoDb Provider

更新之後dbcontext都壞了
今天終於找到原因
我之前都用BsonDateTime存日期
現在Provider改用DateTime去存
然後就爆炸了

另一點是不能使用IList做為宣告

1
because it is of type 'IList<string>' which is not a supported primitive type or a valid entity type.

List似乎也是

1
because it is of type 'List<string>' which is not a supported primitive type or a valid entity type.