I want to write an CLR procedure which takes a text and returns a table with all the words in this text. But I can\'t figure out how to return a table. Could you please tell me
You can return any list that implements an IEnumerable. Check this out.