Are composite PKs/FSs supported? #1144
Unanswered
bartha-adam
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First of all, I'd like to recognize the effort invested in this tool
Big shout-out for Sébastien and all the contributors!
Are composite PKs/FKs supported in DomMin.Sync?
Our need would be to filter the syncronized data by a value in another table, but the relation between the two tables are defined using a composite key.
AddJoin()..On(x, Id, y, IdForX)
method looks to support only one condition, something likex JOIN y ON x.Id = y.IdForX
our join condition looks more like:
x join y On x.Id_Part1 = y.IdForX_Part1 and x.Id_Part2 = y.IdForX_Part2
.Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions