Add support for calling CLR Stored Procedures that are already defined on a database
Fairly self explanatory. If a CLR Stored Procedure is defined on a database, I should be able to call it from LinqPad. As of now, they don't show up in the tree and I can't call it directly.
6
votes
SyracuseCheer
shared this idea
-
SyracuseCheer commented
I would almost consider this to be a bug fix rather than a feature request. If I have a stored procedure defined, I should be able to call it from LinqPad. I know that CLR Stored Procedures aren't all that popular, but I do write and utilize them where I work.