2 overrides of OtherMember
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (1)
1380
public override MetaDataMember
OtherMember
{
Mapping\MappedMetaModel.cs (1)
1289
public override MetaDataMember
OtherMember
{
10 references to OtherMember
System.Data.Linq (6)
ChangeProcessor.cs (5)
169
if (assoc.
OtherMember
!= null && assoc.OtherKeyIsPrimaryKey) {
170
Debug.Assert(assoc.
OtherMember
.IsAssociation, "OtherMember of the association is expected to also be an association.");
178
if (assoc.
OtherMember
.Association.IsMany) {
182
System.Collections.IList collection = assoc.
OtherMember
.MemberAccessor.GetBoxedValue(cached) as System.Collections.IList;
193
assoc.
OtherMember
.MemberAccessor.SetBoxedValue(ref cached, null);
SqlClient\SqlBuilder.cs (1)
171
MetaDataMember otherMember = mm.Association.
OtherMember
;
System.Web.DynamicData (4)
DynamicData\ModelProviders\DLinqAssociationProvider.cs (4)
79
if (association.
OtherMember
!= null) {
80
ToColumn = parentEntityDataContext.ColumnLookup[(PropertyInfo)association.
OtherMember
.Member];
94
} else if (association.
OtherMember
== null || association.
OtherMember
.Association.IsMany) {