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

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

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -