1 write to otherType
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
1331
this.
otherType
= this.thisMember.DeclaringType.Model.GetMetaType(ot);
5 references to otherType
System.Data.Linq (5)
Mapping\AttributedMetaModel.cs (5)
1333
this.otherKey = (attr.OtherKey != null) ? MakeKeys(
otherType
, attr.OtherKey) : this.
otherType
.IdentityMembers;
1335
this.otherKeyIsPrimaryKey = AreEqual(this.otherKey, this.
otherType
.IdentityMembers);
1363
foreach (MetaDataMember omm in this.
otherType
.PersistentDataMembers) {
1375
get { return this.
otherType
; }