English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Using tableadapters that generates typed or untyped datasets?

2006-10-13 06:23:03 · 1 answers · asked by Itamar R 5 in Computers & Internet Programming & Design

1 answers

i'm oldskool! i'd create DataProvider objects that contains static methods for each collection of data you wish to use (i.e. from a stored procedure). if you wish, you could cache the result set in private static variable. you static methods would simply call a sproc if the private static variable is null or if a cache has expired.

2006-10-13 08:02:47 · answer #1 · answered by T A 2 · 0 0

fedest.com, questions and answers