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