Call stored procedure with table parameter

  • Thread starter Thread starter Jeremy
  • Start date Start date
J

Jeremy

Is it possible to call a stored procedure with a Table parameter?

I see that the System.Data.SqlDbType enumeration contains a value called
Structured, and the description in help says "A special data type for
specifying struyctured data contained in table-valued parameters". But, I
haven't figured out how to use this.
 
Back
Top