11 references to Name
System.Data.Linq (11)
SqlClient\Query\LongTypeConverter.cs (1)
106if (fc.Name == "LEN") {
SqlClient\Query\SqlComparer.cs (2)
203if (f1.Name != f2.Name)
SqlClient\Query\SqlDuplicator.cs (2)
391return new SqlFunctionCall(fc.ClrType, fc.SqlType, fc.Name, args, fc.SourceExpression); 398SqlTableValuedFunctionCall nfc = new SqlTableValuedFunctionCall(fc.RowType, fc.ClrType, fc.SqlType, fc.Name, args, fc.SourceExpression);
SqlClient\Query\SqlFormatter.cs (3)
261if (fc.Name.Contains(".")) { 263this.WriteName(fc.Name); 266sb.Append(fc.Name);
SqlClient\Query\SqlMethodTransformer.cs (2)
25if (resultFunctionCall.Name == "LEN") { 41bool skipConversion = SqlMethodTransformer.SkipConversionForDateAdd(resultFunctionCall.Name,
SqlClient\SqlTypeSystemProvider.cs (1)
1199switch (functionCall.Name) {