I thought I saw something somewhere about being able to generate an object in EF with all the non-null values filled in with generic values.
I tried using context.CreateObject<MyEntity>(), however I am still getting errors about trying to save NULL data to a non-null column.
Was I mistaken in thinking this? Or do I just have the wrong syntax?
