How To Pass A Null Value When Using ActionProcedures

Posts   
 
    
Posts: 8
Joined: 23-Nov-2004
# Posted on: 01-Dec-2004 21:34:15   

I have a stored procedure that has three values but I only want to provide the first value and the others which are dates need to be null how do i do this using ActionProcedures

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 01-Dec-2004 21:59:00   

That's not possible at the moment, at least not with the standard template. If you alter the template (i.e. use a different one) you can alter the template to accept solely method parameters of type object.

Frans Bouma | Lead developer LLBLGen Pro