Re: Error while calling proc with table type from Application (npgsql)

2021-04-30 Thread aditya desai
Hi Justin, Thanks for your response. We have a user defined type created as below and we need to pass this user defined parameter to a procedure from .net code. Basically the procedure needs to accept multiple rows as parameters(user defined table type). This happened seamlessly in SQL Server but

Re: Error while calling proc with table type from Application (npgsql)

2021-04-30 Thread aditya desai
aditya desai 6:32 PM (19 minutes ago) to Justin, Pgsql Hi Justin, Thanks for your response. We have a user defined type created as below and we need to pass this user defined parameter to a procedure from .net code. Basically the procedure needs to accept multiple rows as parameters(user defined

Re: Error while calling proc with table type from Application (npgsql)

2021-04-30 Thread Vijaykumar Jain
are you referring to this SQL SERVER User Defined Table Type and Table Valued Parameters - SqlSkull I have not used/heard a similar *select * from custom_type* so just trying to help :) // src table