How can I call a SQL function in C#?

前端 未结 4 700
醉酒成梦
醉酒成梦 2021-01-05 12:36

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\'

4条回答
  •  长情又很酷
    2021-01-05 12:57

    You need fully qualified name of function with owner/schema name A working sample available at following link:

提交回复
热议问题