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