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


