4 references to InferName
System.Data.Linq (4)
SqlClient\Query\SqlFormatter.cs (4)
408
string inferredName = this.
InferName
(c.Expression, null);
681
string inferredName = this.
InferName
(c.Expression, null);
718
string ename = this.
InferName
(ma.Expression, null);
1224
return this.
InferName
(((SqlExprSet)exp).Expressions[0], def);