1 write to thisKeyIsPrimaryKey
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1243this.thisKeyIsPrimaryKey = AreEqual(this.thisKey, this.thisMember.DeclaringType.IdentityMembers);
1 reference to thisKeyIsPrimaryKey
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1311get { return this.thisKeyIsPrimaryKey; }