June 16, 2023 at 7:26 am
Hi all
We've written some SQLCLR functions in C# to try and get rid of the UDF's we'd written (that were a lot slower).
Is there any way to add in some sort of help text to explain what the functions does, what parameters are required, what format the parameters should be in, etc?
I've had a dig around the web but couldn't find anything.
Any help greatly appreciated.
Regards
Richard
June 16, 2023 at 10:34 am
I'm assuming you mean something more than comments in the code itself? Where are you expecting/hoping the help will be displayed?
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
June 16, 2023 at 11:42 am
Hi @phil - We can ucomments in the code but users won't be able to see that bit.
When you use a built-in function, you get that little yellow popup box that gives the parameters, etc (I've attached an example),.
I'm hoping to be able to do something similar if that's possible.
Regards
Richard
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply