Creating a CLR SearchList

I cannot seem to find any documentation on how to write the code for a CLR search list.  I see that a function called GetSearchResults()  is created but I don't know what  one is supposed for that. I would like to get started.

 

Comments

  • The best way I found to make a CLR search list is to return a new AppSearchListResult object with a SqlCommand passed in. The command will have the query and all parameters that are used. I attached a simple sample of what we have done.
    CLR Search List Example.txt

     

Categories