bchavez / RethinkDb.Driver

:headphones: A NoSQL C#/.NET RethinkDB database driver with 100% ReQL API coverage.
http://rethinkdb.com/api/java
Other
383 stars 134 forks source link

Installing RethinkDB.Driver.Linq can not use the methods #136

Closed sanzor closed 6 years ago

sanzor commented 6 years ago

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?

bchavez commented 6 years ago

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

:walking_man: :walking_woman: Missing Persons - Walking in L.A.

sanzor commented 6 years ago

Hello ,Thank you for your kind and fast reply.The problem is that i have already read the tutorial on how to get around with Linq ,i have installed the package buti can see not see any LINQ methods available: I have cropped a picture to understand my problem: You will see that after the table call i only have available some RethinkDriver normal methods but no Linq extensions,as opposed to the tutorial (i included the tutorial snipped where you can use the Where clause after Table) Best regards,Adrian

On Sunday, July 29, 2018, 9:28:08 AM GMT+3, Brian Chavez <notifications@github.com> wrote:  

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.

β€” You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

bchavez commented 6 years ago

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_umbrella: :trumpet: Beach Boys - Good Vibrations (Nick Warren bootleg)

sanzor commented 6 years ago

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