craiggwilson / fluent-mongo

Provides a fluent interface on top of the 10gen driver including Linq.
172 stars 28 forks source link

allow users to change collection attribute name using DataMemberAttribut... #57

Closed ti24horas closed 10 years ago

ti24horas commented 10 years ago

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?

craiggwilson commented 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.

ti24horas commented 10 years ago

OK, thanks. I didn't knew mongo c# driver contains this implementation.