Sahil
Tue Nov 29 12:42:30 CST 2005
You can either open that XSD in VSTudio and it will give you a strongly
typed dataset.
Or you can use the xsd.exe commandline tool to convert it into a st-yped
dataset class.
Of course the XSD schema must comply to be a dataset in the first place ;-)
--
- Sahil Malik [MVP]
ADO.NET 2.0 book -
http://codebetter.com/blogs/sahil.malik/archive/2005/05/13/63199.aspx
----------------------------------------------------------------------------
"Rob R. Ainscough" <robains@pacbell.net> wrote in message
news:ucMbtIR9FHA.2792@TK2MSFTNGP11.phx.gbl...
> In VS 2005
>
> I've used the Data Source Configuration Wizard to create a MyDataSet.xsd,
> but I'm lost on how to get anything out of the .xsd into a workable
> ADO.NET dataset?? Any suggestions?
>
> Thanks, Rob.
>