-
Passing User Defined Type Name to Stored Procedure Parameter
Hi
I'm successfully using the ADO template with SqlServer and stored procedures with named parameters and varying types of parameters using the DBParametersBuilder.
I need to pass user defined types into the procedure, and while I can specify the parameter type to be SqlDbType.Udt I do not see a way to specific the name of the user defined type.
Are user defined types supported by the AdoTemplate?
How can I set the name of the user defined type?
thanks
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules