How, if at all, can I pass in a table-valued parameter into a query when using Mono? (I'm currently using version 2.10.12)
It seems that the SqlDbType enumeration in Mono has not been extended to match Microsoft's implementation of the enumeration, nor has the SqlParameter class been updated to include the TypeName property.
Background on me and my question:
- I am very familiar with table-valued parameters
- I have Googled this extensively
- I've tried reaching out to others in the #mono channel at irc.gnome.org
Any help on this question is greatly appreciated!