.net - breeze - adding new models from linked database on same server -


i have big project in visual studio .net framework c# set already. uses breeze pull of data , queries. see it's done model classes (that sort of tables fields) , mapping classes models. need add new table model part of linked database on same server. how that?

i told create own model , add context.cs file , that's it.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -