3 overrides of MappedName
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (1)
988public override string MappedName {
Mapping\MappedMetaModel.cs (2)
1447public override string MappedName { 1472public override string MappedName {
2 references to MappedName
System.Data.Linq (2)
SqlClient\Query\SqlFormatter.cs (2)
565this.WriteVariableName(mp.MappedName); 574this.WriteVariableName(spc.Function.ReturnParameter.MappedName);