Implement read/write/query functionality for entities with composite key configured

    • Type: Epic
    • Resolution: Done
    • Priority: Unknown
    • None
    • Affects Version/s: None
    • None
    • Composite key support
    • None
    • Done
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      EF entity could have several properties marked as a PrimaryKey. On other hand MongoDB require PK to be a single field named "_id". In case of composite keys there should be a nested document created, for example:

      {
        _id: { OrderId : 1, ProductId : "ABC" },
        ...
      }

              Assignee:
              Unassigned
              Reporter:
              Oleksandr Poliakov
              None
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:
                None
                None
                None
                None
                None
                None