6 references to GetColumnName
System.Data.Linq (6)
SqlClient\Query\SqlResolver.cs (6)
37throw Error.ColumnReferencedIsNotInScope(GetColumnName(cref.Column)); 191throw Error.ColumnIsDefinedInMultiplePlaces(GetColumnName(this.match)); 204throw Error.ColumnIsDefinedInMultiplePlaces(GetColumnName(this.match)); 235throw Error.ColumnIsDefinedInMultiplePlaces(GetColumnName(this.match)); 282throw Error.ColumnIsNotAccessibleThroughDistinct(GetColumnName(this.match)); 289throw Error.ColumnIsNotAccessibleThroughGroupBy(GetColumnName(this.match));