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