I\'m using LinqToSQL in a 3.5 framework project in VS2K8, running against MS SQL 2k8. When I create the table mappings using the design surface within Visual Studio everything works fine.
I have 2 databases with a 2 tables with HierachyID fields. For one database I can get a dal cs file, for the other database I cannot get a dal cs file ?
I was looking to create a pre-build method for a web application using SQLMetal to bring any changes since the last build into my DBML file.Since we are just starting out with LINQ most of the la开发者
I\'m planning to write a code generator to generate UI (forms, grids, etc.). Since I\'m using LINQ I\'m planning to read a DBML file for metadata extraction purposes. Is there some API to read the DBM