1 write to thisKey
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
1332this.thisKey = (attr.ThisKey != null) ? MakeKeys(this.thisMember.DeclaringType, attr.ThisKey) : this.thisMember.DeclaringType.IdentityMembers;
5 references to thisKey
System.Data.Linq (5)
Mapping\AttributedMetaModel.cs (5)
1334this.thisKeyIsPrimaryKey = AreEqual(this.thisKey, this.thisMember.DeclaringType.IdentityMembers); 1343foreach (MetaDataMember mm in thisKey) { 1358if (this.thisKey.Count != this.otherKey.Count && this.thisKey.Count > 0 && this.otherKey.Count > 0) { 1384get { return this.thisKey; }