Using the Default Sort Algorithm
Số trang: 1
Loại file: pdf
Dung lượng: 8.30 KB
Lượt xem: 2
Lượt tải: 0
Xem trước 1 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
Using the Default Sort Algorithm If you want to sort the DataRowView objects in your DataView based on the primary key of your DataTable, you can use a shortcut. Instead of setting the Sort property of your DataView
Nội dung trích xuất từ tài liệu:
Using the Default Sort AlgorithmUsing the Default Sort AlgorithmIf you want to sort the DataRowView objects in your DataView based on the primary keyof your DataTable, you can use a shortcut. Instead of setting the Sort property of yourDataView, you set the PrimaryKey property of your DataTable and then set theApplyDefaultSort property of your DataView to true.The Sort property of your DataView is then automatically set to the primary key of yourDataTable. This causes the DataRowView objects in your DataView to be sorted inascending order based on the primary key column values.Lets take a look at an example. The following code sets the PrimaryKey property of thecustomersDT DataTable to the CustomerID DataColumn:customersDT.PrimaryKey = new DataColumn[] { customersDT.Columns[CustomerID] };The next example sets the ApplyDefaultSort property of customersDV to true:customersDV.ApplyDefaultSort = true;The Sort property of customersDV is then set to CustomerID, which causes theDataRowView objects to be sorted by the ascending CustomerID values.Note Youll find the code examples in this section in the UsingDefaultSort.cs program. The listing is omitted from this book for brevity.
Nội dung trích xuất từ tài liệu:
Using the Default Sort AlgorithmUsing the Default Sort AlgorithmIf you want to sort the DataRowView objects in your DataView based on the primary keyof your DataTable, you can use a shortcut. Instead of setting the Sort property of yourDataView, you set the PrimaryKey property of your DataTable and then set theApplyDefaultSort property of your DataView to true.The Sort property of your DataView is then automatically set to the primary key of yourDataTable. This causes the DataRowView objects in your DataView to be sorted inascending order based on the primary key column values.Lets take a look at an example. The following code sets the PrimaryKey property of thecustomersDT DataTable to the CustomerID DataColumn:customersDT.PrimaryKey = new DataColumn[] { customersDT.Columns[CustomerID] };The next example sets the ApplyDefaultSort property of customersDV to true:customersDV.ApplyDefaultSort = true;The Sort property of customersDV is then set to CustomerID, which causes theDataRowView objects to be sorted by the ascending CustomerID values.Note Youll find the code examples in this section in the UsingDefaultSort.cs program. The listing is omitted from this book for brevity.
Tìm kiếm theo từ khóa liên quan:
kĩ thuật lập trình công nghệ thông tin lập trình ngôn ngữ lập trình C Shark C# sybex - c.sharp database programming Using the Default Sort AlgorithmGợi ý tài liệu liên quan:
-
52 trang 429 1 0
-
Top 10 mẹo 'đơn giản nhưng hữu ích' trong nhiếp ảnh
11 trang 310 0 0 -
74 trang 294 0 0
-
96 trang 289 0 0
-
Báo cáo thực tập thực tế: Nghiên cứu và xây dựng website bằng Wordpress
24 trang 288 0 0 -
Đồ án tốt nghiệp: Xây dựng ứng dụng di động android quản lý khách hàng cắt tóc
81 trang 277 0 0 -
EBay - Internet và câu chuyện thần kỳ: Phần 1
143 trang 271 0 0 -
Giáo trình Lập trình hướng đối tượng: Phần 2
154 trang 271 0 0 -
Tài liệu dạy học môn Tin học trong chương trình đào tạo trình độ cao đẳng
348 trang 269 1 0 -
Kỹ thuật lập trình trên Visual Basic 2005
148 trang 261 0 0