↧
Tables in LINQ dbml
it depends of relations among your tables.one dbml file describes only one DataContext in whitch your entities are related by means of ORM.if there are relations, meny relations, you better use only...
View ArticleTables in LINQ dbml
I am working with a database with 25 or more tables. Using LINQ, is it best to set up one dbml containing all of the tables or a separate dbml for each form using just the tables needed? I have seen...
View Article