1 write to thisKey
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
1332
this.
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)
1334
this.thisKeyIsPrimaryKey = AreEqual(this.
thisKey
, this.thisMember.DeclaringType.IdentityMembers);
1343
foreach (MetaDataMember mm in
thisKey
) {
1358
if (this.
thisKey
.Count != this.otherKey.Count && this.
thisKey
.Count > 0 && this.otherKey.Count > 0) {
1384
get { return this.
thisKey
; }