Ok, I have generated a dbml file of the full 447 tables in the database. It took about 30 minutes to load into VS2008, but it did load!!! Now I want to generate some smaller dbml files that are task specific and load a little faster.
>From looking at the dbmetal command line options, there is no way of defining or limiting which tables should exported into the dbml. Q1: Is there some 3rd party tool that will read in the dbml and allow me to delete the tables I don't want in the dbml files? Q2: Has there ever been any thought and/or discussion on adding an -- includetable or --excludetable option to dbmetal? I am thinking it would work the same way xcopy's /exclude:<file> option works: Specifies a file containing a list of table names. Each table name should be in a separate line in the file. I would be happy to implement these options for the Firebird provider. Sam -- You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/dblinq?hl=en.
