Posts tagged with: mongodb
All TagsFound 1 post tagged with "mongodb"
-
DateTime precision with MongoDB and the C# Driver
When dealing with MongoDB, the C# driver provides options to store DateTime values with full precision, and querying for them requires comparing Ticks property of the reference DateTime to the Ticks property of the stored DateTime element.