entity framework ctp5 - How to define the database schema name in EF CTP 5 -


i using ctp 5 existing database. tables created under schema different dbo. sql generated dbcontext using dbo. how make dbcontext use correct schema name?

totable has overload accepts 2 strings: first name of table , second name of schema. same possibility offered attribute used decorate class.


Comments

Popular posts from this blog

razor - Is this a bug in WebMatrix PageData? -

c# - How to set Z index when using WPF DrawingContext? -

c# - Cloning WPF controls and object hierarchies -