Can't see UseDatabaseNullSemantics = true
Posted: Fri 03 Jul 2015 16:59
In reference to this article:
http://forums.devart.com/viewtopic.php?f=38&t=28788
I am facing the same issue.
I am using EF 6.1.3
I have tried everything and can't get it to work:
it won't recognize "Configuration"
When in instantiate another EF Model I can see Configuration.UseDatabaseNullSemantics
Not sure if this is relevant, but I am using an EDML



http://forums.devart.com/viewtopic.php?f=38&t=28788
I am facing the same issue.
I am using EF 6.1.3
I have tried everything and can't get it to work:
Code: Select all
using (SalesForceContext salesForceContext = new SalesForceContext())
{
//salesForceContext.Configuration.UseDatabaseNullSemantics = true;
When in instantiate another EF Model I can see Configuration.UseDatabaseNullSemantics
Not sure if this is relevant, but I am using an EDML


