Can a datatable have 2 keys
Can a datatable have 2 keys
anithanokku
Posts: 3Questions: 1Answers: 0
I have a table which needs to perform insert/update functionality based on 2 primary keys.
Currently i m able to populate the grid but could support only 1 key. Is there a way where it can support multiple keys during the Create and Update operations.
idSrc: "AppliesToDestination"
Thanks in advance.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Is this with Editor? Unfortunately no - the pre-built PHP and .NET libraries don't currently support composite keys. That is something I hope to add in future, but at the moment it would require some custom server-side coding.
Allan