Thank you,
I see that there's an "Amount ResultSet" property for each Retrieval SP in LLBLGen Pro, but it's not refresh when I refresh catalog
I have a SP that return 2 resultsets --> Amount ResultSet = 2
but when I modify the SP so it returns 1, then refresh catalog --> Amount Resultsets is still 2
I have to drops my SP,
refresh catalog,
then regenerate code,
then recreate SP,
then refresh catalog,
add my SP (now Amount ResultSet = 1),
,
then regenerate code
oh my god
Just remove SP from Retrieval Procedure Collection in LLBLGen Pro, and then add it again, does not work.
I think refresh catalog feature should be able to realize this kind of changes, but it dosen't, or am I missing something ?