Hi all,
I posted before regarding using oracle UDT stored procedure parameter type to pass a list of records for multiple insert using .net c#.
I had the below example where a class definition is needed at .net side to map to oracle object. Unfortunately I did not apply this due to the extra mapping code that is needed.
[url]http://appsjack.blogspot.com.eg/2010/09/pass-custom-udt-types-to-oracle-stored.html[/url]
My question is: did this change with oracle 12c? Can we now use:
parameter.UdtTypeName = directOracleUTDName; //without the need for .net definition and mapping calsses
Thanks,
Ferro