2 overrides of OtherKey
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (1)
1386
public override ReadOnlyCollection<MetaDataMember>
OtherKey
{
Mapping\MappedMetaModel.cs (1)
1292
public override ReadOnlyCollection<MetaDataMember>
OtherKey
{
8 references to OtherKey
System.Data.Linq (7)
ChangeTracker.cs (2)
579
MetaDataMember accParent = assoc.
OtherKey
[i];
828
MetaDataMember otherMember = assoc.
OtherKey
[index];
DataServices.cs (1)
416
ReadOnlyCollection<MetaDataMember> members = this.member.IsAssociation ? this.member.Association.
OtherKey
: this.member.DeclaringType.IdentityMembers;
SqlClient\Query\Translator.cs (3)
161
return WhereClauseFromSourceAndKeys(otherSource, association.
OtherKey
.ToArray(), keyValues);
227
return WhereClauseFromSourceAndKeys(this.otherSouce, this.association.
OtherKey
.ToArray(), keyValues);
253
MetaDataMember metaMember = mm.Association.
OtherKey
[i];
SqlClient\SqlBuilder.cs (1)
161
string otherKey = BuildKey(assoc.
OtherKey
);
System.Web.DynamicData (1)
DynamicData\ModelProviders\DLinqAssociationProvider.cs (1)
35
MetaDataMember otherKeyMetaDataMember = column.Member.Association.
OtherKey
[i];