1 type derived from MappedType
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
415
internal sealed class MappedRootType :
MappedType
{
1 instantiation of MappedType
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
491
MappedType rowType = new
MappedType
(this.Model, this.Table, typeMap, type, this);
2 references to MappedType
System.Data.Linq (2)
Mapping\MappedMetaModel.cs (2)
491
MappedType
rowType = new MappedType(this.Model, this.Table, typeMap, type, this);
497
private MetaType InitInheritedType(TypeMapping typeMap,
MappedType
type) {