1 write to rowType
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
361this.rowType = new MappedRootType(model, this, mapping.RowType, rowType);
7 references to rowType
System.Data.Linq (7)
Mapping\MappedMetaModel.cs (7)
370get { return this.rowType; } 394"Insert" + rowType.Name, 396new Type[] { rowType.Type } 400"Update" + rowType.Name, 402new Type[] { rowType.Type } 406"Delete" + rowType.Name, 408new Type[] { rowType.Type }