BsonCtor not called after moving from LiteDB version 5.0.17 to 5.0.21
After upgrading LiteDB to version 5.0.21 it stopped working correctly. The reason is that the constructor tagged with BsonCtorAttribute is not called. In version 5.0.17 it is correctly called. My class definition are as follows:
BsonCtor not called after moving from LiteDB version 5.0.17 to 5.0.21
After upgrading LiteDB to version 5.0.21 it stopped working correctly. The reason is that the constructor tagged with BsonCtorAttribute is not called. In version 5.0.17 it is correctly called. My class definition are as follows:
How can i rename, add and remove existing column in my table in liteDB
I want to rename, add or remove column in my table.
Sqlite command not working;