1 write to otherKeyIsPrimaryKey
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1273this.otherKeyIsPrimaryKey = AreEqual(this.otherKey, this.otherType.IdentityMembers);
1 reference to otherKeyIsPrimaryKey
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1314get { return this.otherKeyIsPrimaryKey; }