This is a new area of SQL Server, you should consult this article. Which shows the syntax of a table-valued function -- that is what you want to create.
Hassan Syed
2010-02-11 10:09:23
This is a new area of SQL Server, you should consult this article. Which shows the syntax of a table-valued function -- that is what you want to create.
You can return any list that implements an IEnumerable. Check this out.