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