c# - define database schema name universally in entity framework 4.1 -


i know can define entity's schema name per class using totable("tablename", "schemaname") there way set can set schema name tables in configuration getting weird results when using types of relationship mapping , split entity mapping reverting default dbo.tablename in internal sql queries

see this earlier post sql output example

since final efv4.1 version doesn't have public api custom conventions cannot change schema globally api.


Comments

Popular posts from this blog

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

java - Why is BlockingQueue.take() not releasing the thread? -

jQuery Ajax Render Fragments OR Whole Page -