Uploaded image for project: 'Couchbase .NET client library'
  1. Couchbase .NET client library
  2. NCBC-2962

Lambda overload for QueryOptions not working on Scope

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • Major
    • 3.2.3
    • 3.2.0
    • library
    • None
    • 1

    Description

      There doesn't appear to be a Lambda overload for QueryOptions on the IScope implementation. While the following works for ICluster, it doesn't work for IScope

      var result = await cluster.QueryAsync<dynamic>(
         query, options => options
            .Parameter("username", "stockadeseffusing18695")
      );

      Attachments

        For Gerrit Dashboard: NCBC-2962
        # Subject Branch Project Status CR V

        Activity

          People

            jmorris Jeff Morris
            mark.secrist Mark Secrist (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty