1 write to metaTables
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
41this.metaTables = new Dictionary<Type, MetaTable>();
3 references to metaTables
System.Data.Linq (3)
Mapping\MappedMetaModel.cs (3)
88this.metaTables.Add(mt.Type, table); 169return this.metaTables.Values.Where(x => x != null).Distinct(); 177this.metaTables.TryGetValue(rowType, out table);