Creating a strongly typed dataset
-
[ Team LiB ] Recipe 2.3 Creating a Strongly Typed DataSet Problem You want to create a strongly typed object wrapper around a DataSet. Solution Use one of the three techniques shown in the discussion to create a strongly typed DataSet using either the Visual Studio .NET IDE or a command line approach.
5p luvpro 04-08-2010 88 6 Download
-
Modifying Data Using a Strongly Typed DataSet In Chapter 10, you saw how to create and use a strongly typed DataSet class named MyDataSet. You can use objects of this class to represent the Customers table and rows from that table
3p daisuphu 29-07-2010 92 7 Download