1 instantiation of MappedTable
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
85
MetaTable table = new
MappedTable
(this, tableMapping, rootType);
1 reference to MappedTable
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
424
public MappedRootType(MappedMetaModel model,
MappedTable
table, TypeMapping typeMapping, Type type)