1 write to otherKey
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
1333
this.
otherKey
= (attr.OtherKey != null) ? MakeKeys(otherType, attr.OtherKey) : this.otherType.IdentityMembers;
4 references to otherKey
System.Data.Linq (4)
Mapping\AttributedMetaModel.cs (4)
1335
this.otherKeyIsPrimaryKey = AreEqual(this.
otherKey
, this.otherType.IdentityMembers);
1358
if (this.thisKey.Count != this.
otherKey
.Count && this.thisKey.Count > 0 && this.
otherKey
.Count > 0) {
1387
get { return this.
otherKey
; }