Details
-
Epic
-
Resolution: Done
-
Unknown
-
None
-
None
-
None
Description
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" }, |
...
|
}
|
Attachments
Issue Links
- has to be done before
-
EF-31 Implement common test infrastructure
-
- Scheduled
-