Base:
property
DeclaringType
System.Data.Linq.Mapping.MetaDataMember.DeclaringType
7 references to DeclaringType
System.Data.Linq (7)
Mapping\AttributedMetaModel.cs (7)
1242
new Type[] { this.
DeclaringType
.Type }
1307
return this.
DeclaringType
.ToString() + ":" + this.Member.ToString();
1331
this.otherType = this.thisMember.
DeclaringType
.Model.GetMetaType(ot);
1332
this.thisKey = (attr.ThisKey != null) ? MakeKeys(this.thisMember.
DeclaringType
, attr.ThisKey) : this.thisMember.
DeclaringType
.IdentityMembers;
1334
this.thisKeyIsPrimaryKey = AreEqual(this.thisKey, this.thisMember.
DeclaringType
.IdentityMembers);
1359
throw Error.MismatchedThisKeyOtherKey(member.Name, member.
DeclaringType
.Name);