
The datarow class
-
Tạo DataRow Lớp ProductRow được tạo như trình bày bên dưới: public class ProductRow : DataRow { private ProductDataTable tableProduct; internal ProductRow(DataRowBuilder rb) : base(rb) { this.tableProduct = ((ProductDataTable)(this.Table)); } public string Name { ... } public bool IsNameNull { ... } public void SetNameNull { ... } // Other accessors/mutators omitted for clarity } Khi các attribute được thêm vào một phần tử, một thuộc tính được thêm vào lớp DataRow như ở trên.
14p
cachuadam
21-05-2011
53
6
Download
-
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
94
4
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
113
6
Download
-
The DataColumn Class You use an object of the DataColumn class to represent a column. You can also store multiple DataColumn objects in a DataRow.
2p
daisuphu
29-07-2010
84
5
Download
CHỦ ĐỀ BẠN MUỐN TÌM
