Base:
property
DeclaringType
System.Data.Linq.Mapping.MetaDataMember.DeclaringType
6 references to DeclaringType
System.Data.Linq (6)
Mapping\MappedMetaModel.cs (6)
1147
new Type[] { this.
DeclaringType
.Type }
1233
throw Error.MismatchedThisKeyOtherKey(thisMember.Name, thisMember.
DeclaringType
.Name);
1240
? MakeKeys(this.thisMember.
DeclaringType
, this.assocMap.ThisKey)
1241
: this.thisMember.
DeclaringType
.IdentityMembers;
1243
this.thisKeyIsPrimaryKey = AreEqual(this.thisKey, this.thisMember.
DeclaringType
.IdentityMembers);
1268
this.otherType = this.thisMember.
DeclaringType
.Model.GetMetaType(ot);