This question is locked. New answers and comments are not allowed.
We are building an App on top of an unorthodox MS-SQL Database, we cannot modify and has no Primary or Foreign keys? Would OpenAccess ORM work in this situation? Can I manually create the "association" in the model without having to modify the database? I know the entity framework will not. Thx.