Is there a way to call a stored procedure where some of the arguments may be null?
I want to call a (retrieval) procedure using the LLBLGen generated adapter code. However, when i add the procedure to the project it generates only methods with for each argument in the stored procedures a corresponding argument. And since most argument are ints, i cannot supply a null value.