craiggwilson / mongo-dotnet-odata

An OData provider for MongoDB.
22 stars 9 forks source link

CRUD operations #2

Open maitredede opened 11 years ago

maitredede commented 11 years ago

Hi,

I am using nuget package v0.1.2 to expose my mongodb data.

But when I try to add data, I have an error about IDataServiceUpdateProvider2 implementation.

Have you any idea of what I have to do to have a fully CRUD service ?

Thanks.

craiggwilson commented 11 years ago

I need to get back to this. I have a branch called updateable which implements that interface. Feel free to pull the code and build it. Like I said, I need to polish up that branch and publish it out.

maitredede commented 11 years ago

Ok, I try it when I have time :o) But I think I will wait for your polished code...