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
![](https://secure.gravatar.com/avatar/1a41678bdb7ddc4d95c84e5a653961a2?size=40&default=https%3A%2F%2Fassets.uvcdn.com%2Fpkg%2Fadmin%2Ficons%2Fuser_70-6bcf9e08938533adb9bac95c3e487cb2a6d4a32f890ca6fdc82e3072e0ea0368.png)
-
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.