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