Details
-
New Feature
-
Resolution: Done
-
Minor - P4
-
1.0
-
None
-
None
Description
The C# driver can automatically generate Id values for the following class:
public class C
{ public ObjectId Id; public int X; }But if the data type of Id is BsonObjectId instead of ObjectId it can't. It should handle BsonObjectId in the same way as ObjectId.