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