2 references to SqlTableValuedFunctionCall
System.Data.Linq (2)
SqlClient\Common\SqlFactory.cs (1)
574return new SqlTableValuedFunctionCall(rowType, clrType, Default(clrType), name, args, source);
SqlClient\Query\SqlDuplicator.cs (1)
398SqlTableValuedFunctionCall nfc = new SqlTableValuedFunctionCall(fc.RowType, fc.ClrType, fc.SqlType, fc.Name, args, fc.SourceExpression);