1 write to tables
System.Data.Linq (1)
parent\DbmlShared\Mapping.cs (1)
21this.tables = new List<TableMapping>();
3 references to tables
System.Data.Linq (3)
parent\DbmlShared\Mapping.cs (3)
36get { return this.tables; } 44foreach (TableMapping tmap in this.tables) { 52foreach (TableMapping tableMap in this.tables) {