1 write to otherKey
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1270
this.
otherKey
= (assocMap.OtherKey != null)
4 references to otherKey
System.Data.Linq (4)
Mapping\MappedMetaModel.cs (4)
1232
if (this.thisKey.Count != this.
otherKey
.Count && this.thisKey.Count > 0 && this.
otherKey
.Count > 0) {
1273
this.otherKeyIsPrimaryKey = AreEqual(this.
otherKey
, this.otherType.IdentityMembers);
1293
get { return this.
otherKey
; }