1 write to mappedName
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1008
this.
mappedName
= this.memberMap.DbName != null ? this.memberMap.DbName : this.member.Name;
1 reference to mappedName
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1115
get { return this.
mappedName
; }