Showing related tags and posts accross the entire site.
-
We've upgraded to the latest templates and SQL Server 2008 and noticed that if a custom stored procedure has the select statement inside an IF/ELSE block, it only returns a Dataset now. These are procedures that, when generated, returned Entity collections before the template upgrade. Anybody seen...
-
hello, as newbie in NetTiers I have a lot of question... I am facing a problem and I am not sure how to solve it... In my Winform application I have stored some payments and I want to have a list of all those include between 2 dates. I have seen that I can define a where clause in the .GetPaged method...