bchavez/RethinkDb.Driver

Installing RethinkDB.Driver.Linq can not use the methods

sanzor opened this issue Β· 4 comments

Before submitting your issue, please review the following checklist:

Hello i have tried using the Linq library provided for RethinkDB but i can not see /use any of its methods.Do i need to do anything else besides installing the package?

Hi @sanzor ,

You'll want read more about the LINQ provider on the Wiki page here:

https://github.com/bchavez/RethinkDb.Driver/wiki/LINQ-to-ReQL-Provider

It gives a quick example of how to use and get started with the LINQ provider. As the Wiki page outlines, the LINQ provider isn't fully featured. There's are a handful of basic queries that work but good enough for basic filtering and CRUD operations.

Also, you might find it helpful to take a look at the LINQ provider tests here:
https://github.com/bchavez/RethinkDb.Driver/tree/master/Source/RethinkDb.Driver.Linq.Tests

Hope that helps,
Brian

πŸšΆβ€β™‚οΈ πŸšΆβ€β™€οΈ Missing Persons - Walking in L.A.

Hi Adrian,

Sorry you're having issues. I cannot see your screenshot, it did not materialize for some reason. Let's try using Discord or Gitter.IM chat to try to resolve your issue:

https://discordapp.com/invite/ZeEq5TE
https://gitter.im/bchavez/RethinkDb.Driver

I try to keep GitHub issues mostly for confirmed bugs or source code changes, not so much for help. Feel free to tag me @bchavez in the chat room above and I'll try to help you when I can. You can read more about getting help here: https://github.com/bchavez/RethinkDb.Driver#getting-help

Thanks,
Brian

πŸ–οΈ 🎺 Beach Boys - Good Vibrations (Nick Warren bootleg)

The issue can be closed .Thank you for your help Brian ! For anyone having the same problem: You must include System.Linq alongside RethinkDB.Driver.Linq