2 overrides of MappedName
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (1)
949public override string MappedName {
Mapping\MappedMetaModel.cs (1)
1407public override string MappedName {
3 references to MappedName
System.Data.Linq (3)
SqlClient\Query\QueryConverter.cs (2)
1163SqlTableValuedFunctionCall functionCall = sql.TableValuedFunctionCall(function.ResultRowTypes[0].InheritanceRoot, mce.Method.ReturnType, function.MappedName, sqlParams, mce); 2008return sql.FunctionCall(mc.Method.ReturnType, sqlType, function.MappedName, sqlParams, mc);
SqlClient\Query\SqlFormatter.cs (1)
556this.WriteName(spc.Function.MappedName);