T
Tony Johansson
Hello!
There exist two types of DataSet. You can have untyped DataSet which is
created if you just do
DataSet myDS = new Dataset();
or you can have strongly typed DataSet which can be created from the
different tool that exist in VS for exampel
DataSource configuration Wizard.
I just wonder what advantages do I get if I use strongly types DataSet and I
assume that most people use untyped dataset ?
//Tony
There exist two types of DataSet. You can have untyped DataSet which is
created if you just do
DataSet myDS = new Dataset();
or you can have strongly typed DataSet which can be created from the
different tool that exist in VS for exampel
DataSource configuration Wizard.
I just wonder what advantages do I get if I use strongly types DataSet and I
assume that most people use untyped dataset ?
//Tony