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