N Nijazi Halimaji May 2, 2005 #1 Hi How can I create (and use) a strong typed dataset? Thanks for every help! Nijazi Halimaji
C Cor Ligthert May 2, 2005 #2 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 \\\ 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
H Herfried K. Wagner [MVP] May 2, 2005 #3 Nijazi Halimaji said: How can I create (and use) a strong typed dataset? Click to expand... If you have an XSD file, take a look at the "Xsd.exe" tool included in the ..NET Framework SDK.
Nijazi Halimaji said: How can I create (and use) a strong typed dataset? Click to expand... If you have an XSD file, take a look at the "Xsd.exe" tool included in the ..NET Framework SDK.