1 write to rowType
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
326
this.
rowType
= new AttributedRootType(model, this, rowType);
7 references to rowType
System.Data.Linq (7)
Mapping\AttributedMetaModel.cs (7)
338
get { return this.
rowType
; }
366
"Insert" +
rowType
.Name,
368
new Type[] {
rowType
.Type }
372
"Update" +
rowType
.Name,
374
new Type[] {
rowType
.Type }
378
"Delete" +
rowType
.Name,
380
new Type[] {
rowType
.Type }