V
VB Student
VS.NET's dataform wizard is a great little tool for generating code. But I
can't for the life of me, work out why it generated the following on
consequtive lines of code:
Dim my1stDS as System.Data.DataSet = new MyAssembley.MyTypedDataSet
Dim my2ndDS as MyAssembley.MyTypedDataSet = new MyAssembley.MyTypedDataSet
Can anyone here shed some light on the differences between the two lines of
code? Is there any advantage (other than brevity) of coding one over the
other?
can't for the life of me, work out why it generated the following on
consequtive lines of code:
Dim my1stDS as System.Data.DataSet = new MyAssembley.MyTypedDataSet
Dim my2ndDS as MyAssembley.MyTypedDataSet = new MyAssembley.MyTypedDataSet
Can anyone here shed some light on the differences between the two lines of
code? Is there any advantage (other than brevity) of coding one over the
other?