• I would suggest that you serialize the object to an XML string pass it to the stored procedure. From within your stored procedure you can extract the information from the XML parameter.

    .