1 write to thisKey
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1239
this.
thisKey
= (this.assocMap.ThisKey != null)
5 references to thisKey
System.Data.Linq (5)
Mapping\MappedMetaModel.cs (5)
1232
if (this.
thisKey
.Count != this.otherKey.Count && this.
thisKey
.Count > 0 && this.otherKey.Count > 0) {
1243
this.thisKeyIsPrimaryKey = AreEqual(this.
thisKey
, this.thisMember.DeclaringType.IdentityMembers);
1248
foreach (MetaDataMember mm in this.
thisKey
) {
1287
get { return this.
thisKey
; }