11 references to ConvertToFetchedExpression
System.Data.Linq (11)
SqlClient\Query\SqlBinder.cs (11)
140return this.ConvertToExpression(this.ConvertToFetchedExpression(this.ConvertLinks(this.VisitExpression(expr)))); 300bo.Left = this.ConvertToFetchedExpression(bo.Left); 301bo.Right = this.ConvertToFetchedExpression(bo.Right); 565uo.Operand = this.ConvertToFetchedExpression(uo.Operand); 1049SqlNode fetched = this.ConvertToFetchedExpression(link); 1236return this.ConvertToFetchedExpression((SqlLink)node); 1291SqlNode fetchedValue = ConvertToFetchedExpression(when.Value); 1319SqlNode fetchedValue = ConvertToFetchedExpression(when.TypeBinding); 1332when.Match = this.ConvertToFetchedExpression(when.Match); 1333when.Value = this.ConvertToFetchedExpression(when.Value); 1335sc.Else = this.ConvertToFetchedExpression(sc.Else);