Re: generic ADO.NET classes? by v-kevy
v-kevy
Mon Jul 26 23:06:44 CDT 2004
Hi Sankar,
First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to find some generic classes
for common ADO.NET classes for instance a datatable. If there is any
misunderstanding, please feel free to let me know.
As far as I know, there isn't such classes that create typed DataTable or
typed DataViews. Just as Miha mentioned, there is no need for typed
dataviews. You might access the DataRow directly through DataView.Row
property and cast it to strong typed row.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."