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