How to create a strong typed dataset

  • Thread starter Thread starter Nijazi Halimaji
  • Start date Start date
N

Nijazi Halimaji

Hi

How can I create (and use) a strong typed dataset?

Thanks for every help!

Nijazi Halimaji
 
Nijazi
\\\
Public class mydataset
inherits dataset
'all your code to build the strongly typed class
End class
////

Although this is a very small one.

I hope this helps,

Cor
 
Nijazi Halimaji said:
How can I create (and use) a strong typed dataset?

If you have an XSD file, take a look at the "Xsd.exe" tool included in the
..NET Framework SDK.
 
Back
Top