Closed ti24horas closed 10 years ago
Hi ti24horas. This project is no longer maintained as it's purpose has been obsoleted. The mongo-csharp-driver now provides its own Linq implementation.
OK, thanks. I didn't knew mongo c# driver contains this implementation.
Hi, I've made a change which allow the query provider to use custom property name on my objects.
My use case is to allow the fs.files query using a strongly typed class with Properties containing proper naming convencion.
I've tried to integrate those changes in the test project but I was unable to define where to put those changes to test. Can you guide me o provide a test case to those changes I made?