This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello.. Is there any way to use User defined table type as stored procedure's parameter? or how I can pass array parameter to stored procedure. Thanks for your suggestion.. Regards.. Ersin |
|
|
We dont support this via ProcedureQueries, you could resort to an actual SP call with a native command object and use UnitOfWork.PrepareCommand to handle this though.
|
|