ForTimeBeing
ForTimeBeing
CC#
Created by ForTimeBeing on 2/24/2025 in #help
I am switching a project from edmx to ef core
I am switching a project from edmx to ef core. I have child navigation models that share property names (Like the foreign key) Because of this I keep getting the error Oracle.ManagedDataAccess.Client.OracleException (0x80004005): ORA-00918: column ambiguously defined. These are legacy tables so changing the column name is not an option. It's to the point im using raw queries but its a mess and this can't be the only way?
14 replies