1 write to assocMap
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1228this.assocMap = assocMap;
9 references to assocMap
System.Data.Linq (9)
Mapping\MappedMetaModel.cs (9)
1239this.thisKey = (this.assocMap.ThisKey != null) 1240? MakeKeys(this.thisMember.DeclaringType, this.assocMap.ThisKey) 1244this.isForeignKey = this.assocMap.IsForeignKey; 1259if (assocMap.DeleteOnNull == true) { 1270this.otherKey = (assocMap.OtherKey != null) 1271? MakeKeys(this.otherType, this.assocMap.OtherKey) 1305get { return this.assocMap.IsUnique; } 1318return this.assocMap.DeleteRule; 1323return this.assocMap.DeleteOnNull;