SQL 2008 Table Valued Parameters

Posts   
 
    
gkalluri
User
Posts: 1
Joined: 05-Jun-2009
# Posted on: 05-Jun-2009 20:13:18   

I have the latest version of LLBLGen 2.6. To test out new feature support for table valued parameters in stored procs, I create a stored proc in SQL2008 with table value parameter.

When I regenerated the LLBLGen, I noticied that that the parameter is shown as string instead of Datatable. When I looked at the genereated code for the proc, it infact generated the code for the parameter type as SQLDBType.String instead of Sqldbtype.Structured

Let me know if you have any questions reagarding this. I would like to use this feature badly.

File Version of ORMSupportClass : 2.6.9.331 Version : 2.6.0.0

arschr
User
Posts: 893
Joined: 14-Dec-2003
# Posted on: 05-Jun-2009 22:09:01   

I would like to use this feature badly.

Wouldn't it be better to use it well??

Just kidding.

Don't think they are supported.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 06-Jun-2009 08:30:14   

Sorry, Table parameters arent supported.

David Elizondo | LLBLGen Support Team
pls2917
User
Posts: 11
Joined: 26-May-2009
# Posted on: 18-Jun-2009 03:59:13   

Any plans to support it in the future? This would be very useful.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 18-Jun-2009 13:14:02   

pls2917 wrote:

Any plans to support it in the future? This would be very useful.

We currently don't have plans to support this in the near future (so v3.0 won't have these parameter types)

Frans Bouma | Lead developer LLBLGen Pro
Steve
User
Posts: 24
Joined: 20-Dec-2004
# Posted on: 01-Sep-2010 06:45:23   

I was wondering about this, too. It's too bad to hear they're not on the horizon. It would be pretty cool sunglasses to have it available in the somewhat rare occasions when you have to perform high-data-volume-dependent logic on a set of records before inserting/updating. Although probably not a small task to add this. And how would it work? a new set of UDTT (user defined table type) collection classes, each with their own typed entities, but where the entities themselves don't map to anything.. weird.

mleeb
User
Posts: 3
Joined: 20-Sep-2009
# Posted on: 04-Apr-2011 17:28:42   

Does v3.0 or v3.1 support SQL 2008 Table Valued Parameters yet?

If not, any updates on support in future versions?

Thanks!

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 05-Apr-2011 02:46:37   

Hi there. AFAIK, It seams there is no plan to support this in the near future. (http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=19589)

David Elizondo | LLBLGen Support Team
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 05-Apr-2011 09:53:39   

No plans at the moment to support them.

Frans Bouma | Lead developer LLBLGen Pro