Array of composite type as stored procedure input passed by C# Npgsql
问题 I've read several questions and topics related to the issue but none of them actually helped me to solve my problem and none of them actually were related to C#. And here is the actual problem: I have a Postgre composite type: CREATE TYPE law_relation_update_model AS ( from_celex character varying, from_article character varying, to_celex character varying, to_article character varying, link_ids integer[], to_doc_par_id integer ); And I have a stored procedure that is meant to accept an array