I have a fairly large class, with the first property being 'int Id' with the 'BsonId' attribute, so it should in theory take priority as the ID, then right after that I have string property called 'EntryID' however this property doesn't appear to save/load correctly and is usually null.
There is yet another string property after that called 'EntryName' which seems to work fine.
I have a fairly large class, with the first property being 'int Id' with the 'BsonId' attribute, so it should in theory take priority as the ID, then right after that I have string property called 'EntryID' however this property doesn't appear to save/load correctly and is usually null. There is yet another string property after that called 'EntryName' which seems to work fine.