Currently the persistence operations are voids meaning that, particularly for inserts, its difficult to see what the mapped object is as the creation in the dbset is all done for you and don't even know what the created Id is. If the InsertOrUpdate method returned it would make presenting what the final inserted/updated object looked like.
Hi,
Currently the persistence operations are voids meaning that, particularly for inserts, its difficult to see what the mapped object is as the creation in the dbset is all done for you and don't even know what the created Id is. If the InsertOrUpdate method returned it would make presenting what the final inserted/updated object looked like.
Thanks