The datatable class
-
The UniqueConstraint Class You use an object of the UniqueConstraint class to ensure that a DataColumn value, or combination of DataColumn values, is unique for each DataRow in a DataTable.
1p daisuphu 29-07-2010 92 4 Download
-
The ForeignKeyConstraint Class You use an object of the ForeignKeyConstraint class to represent a foreign key constraint between two DataTable objects.
2p daisuphu 29-07-2010 76 6 Download
-
The DataTable Class You use an object of the DataTable class to represent a table. You can also store multiple DataTable objects in a DataSet. Table 11.1 shows some of the DataTable properties.
3p daisuphu 29-07-2010 78 9 Download
-
The output from this program is as follows: numberOfRows = 3 Reading from the Products DataTable ProductID = 1 ProductName = Chai UnitPrice = 18 ProductID
9p daisuphu 29-07-2010 93 8 Download
-
The DataRow Class You use an object of the DataRow class to represent a row. You can also store multiple DataRow objects in a DataTable. Table 11.4 shows some of the DataRow properties.
2p daisuphu 29-07-2010 112 5 Download