2 writes to DbName
System.Data.Linq (2)
Mapping\MappingSource.cs (2)
551am.DbName = OptionalAttribute(reader, XmlMappingConstant.Name); 588cm.DbName = OptionalAttribute(reader, XmlMappingConstant.Name);
2 references to DbName
System.Data.Linq (2)
Mapping\MappedMetaModel.cs (2)
1008this.mappedName = this.memberMap.DbName != null ? this.memberMap.DbName : this.member.Name;