I have created a function in SQL, now I need to use that function in my C# application.
I tried using something like this, but it seems I\'m doing it wrong since I\'
You need fully qualified name of function with owner/schema name A working sample available at following link: