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