views:

23

answers:

1

When sending data to a stored procedure through SubSonic, how can I pass a dbtype.structure?

I have a TVP defined as READONLY, and when SubSonic generates the StoredProcedures.cs file, the parameter shows up as a string type.

What is the way to accomplish this?

Thank you.