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