jeffshumphreys / MySQLCLRFunctions

Free SQLCLR functions tested on SQL Server 2019. That are used.
MIT License
7 stars 1 forks source link

Table-Valued methods invalidly specified #6

Closed jeffshumphreys closed 9 months ago

jeffshumphreys commented 4 years ago

I blame the example I copied - all the more reason to make gooder examples.

I was missing the SqlFunction attribute TableDefinition. I fixed one, but I need to fix all of them.