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