1 write to RowType
System.Data.Linq (1)
Mapping\MappingSource.cs (1)
446
tm.
RowType
= ReadTypeMapping(null, reader);
6 references to RowType
System.Data.Linq (6)
Mapping\MappedMetaModel.cs (4)
80
Type rowType = this.FindType(tableMapping.
RowType
.Name);
82
throw Error.CouldNotFindTypeFromMapping(tableMapping.
RowType
.Name);
84
Type rootType = this.GetRootType(rowType, tableMapping.
RowType
);
361
this.rowType = new MappedRootType(model, this, mapping.
RowType
, rowType);
Mapping\MappingSource.cs (1)
443
if (tm.
RowType
!= null) {
parent\DbmlShared\Mapping.cs (1)
53
if (this.IsType(tableMap.
RowType
, rowType)) {