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