ForTimeBeing
ForTimeBeing
CC#
Created by ForTimeBeing on 2/24/2025 in #help
I am switching a project from edmx to ef core
i am on ef core 7.0 not 3.x, unless its broken on 3.1+? would changing ef core versions help?
14 replies
CC#
Created by ForTimeBeing on 2/24/2025 in #help
I am switching a project from edmx to ef core
do you know if there is any fix for that than doing .where?
14 replies
CC#
Created by ForTimeBeing on 2/24/2025 in #help
I am switching a project from edmx to ef core
when i do .any it breaks because it creates true/false and oracle doesnt support bools
14 replies
CC#
Created by ForTimeBeing on 2/24/2025 in #help
I am switching a project from edmx to ef core
thats exactly what im experiencing
14 replies
CC#
Created by ForTimeBeing on 2/24/2025 in #help
I am switching a project from edmx to ef core
lol
14 replies
CC#
Created by ForTimeBeing on 2/24/2025 in #help
I am switching a project from edmx to ef core
CUSTOMER and SALESPERSON share the same foreign key name
14 replies
CC#
Created by ForTimeBeing on 2/24/2025 in #help
I am switching a project from edmx to ef core
var customer = await _model.CUSTOMER.Include(x=> x.SALESPERSON) Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
14 replies