Hi All,
I want to iterate through the tables in a dbml's xml. But i'm struggling to get to the Type elements. How would I do it using LINQ to SQL?
|
|
Hi All, I want to iterate through the tables in a dbml's xml. But i'm struggling to get to the Type elements. How would I do it using LINQ to SQL? |
||
|
|
|
|
To get meta-data about a DataContext model I use the
|
||
|
|
|
If you really must (or want to) use XML parsing, the point to watch out for is the namespace in LINQ-to-SQL. Here's a sample on how to read out the list of
Hope that helps a bit! Marc |
||
|
|