Uploaded image for project: 'Couchbase Documentation'
  1. Couchbase Documentation
  2. DOC-2995

.NET LINQ to Entities support expected

    XMLWordPrintable

Details

    Description

      I saw the example with calculation the count, and it's actually non .NET way. In good .NET solution i expect to use convenient way to working with data,
      so the count request should be looks something like:

      int count = (from row in couchDb.table<Order>("orders")
      where (row.type = "action") && (row.created > lastFriday)).Count();

      So there should not be custom object model just for couchdb, becouse it will generate too complex codebase, that is hard to support.
      As I remember LINQ to Entities provider should be implemented.

      Reporter: Mykhailo
      E-mail: mykhailo.basiuk@gmail.com

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jamiltz James Nocentini
            docsite-collector Docs Site Collector
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty