Calling a PL / SQL function that returns {Table}% ROWTYPE from C #

I am using an Oracle data provider. I am having trouble calling a function that returns the record type defined as TABLE_NAME% ROWTYPE. How do you do this with C #

+3
source share
1 answer

ODP.net does not work with record type. You can return the link to your post and then access it.

+2
source

Source: https://habr.com/ru/post/1749294/


All Articles