ssteenkiste / nettiers

Automatically exported from code.google.com/p/nettiers
1 stars 0 forks source link

Custom sprocs doesn't have overloaded method including total num of records #414

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a custom sp to read from a view/table.
2. Generate the code.
3. The overloaded method for the sp that includes the total number of records 
is missing (, out int count) but the paged method without it is included.

What is the expected output? What do you see instead?
The generated methods should include the paged version that returns the total 
number of records.

What version of .netTiers and CodeSmith are you using?

Generator: 6.0.1
NetTiers: 2.3.1

Please provide any additional information below.

Original issue reported on code.google.com by mattias....@gmail.com on 16 Jan 2012 at 8:51

GoogleCodeExporter commented 9 years ago
NOTE: this works for indexes on the tables but I haven't tested on any indexed 
views.

Original comment by mattias....@gmail.com on 16 Jan 2012 at 8:53

GoogleCodeExporter commented 9 years ago
it's in the *ServiceBase.generated.cs files.

Original comment by mattias....@gmail.com on 16 Jan 2012 at 9:24