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