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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -