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