1. Trang chủ
  2. » Công Nghệ Thông Tin

Tài liệu The DataViewManager Class pptx

1 286 0
Tài liệu đã được kiểm tra trùng lặp

Đang tải... (xem toàn văn)

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Tiêu đề The dataviewmanager class
Thể loại Tài liệu
Định dạng
Số trang 1
Dung lượng 25,5 KB

Các công cụ chuyển đổi và chỉnh sửa cho tài liệu này

Nội dung

The DataViewManager Class A DataViewManager allows you to centrally manage multiple DataView objects in a DataSet.. A DataViewManager also allows you to create DataView objects on the fl

Trang 1

The DataViewManager Class

A DataViewManager allows you to centrally manage multiple DataView objects in a DataSet A DataViewManager also allows you to create DataView objects on the fly at

Table 13.6: DataViewManager PROPERTIES

DataViewManager

DataViewSettings DataViewSettingCollection Gets the DataViewSettingCollection for

each DataTable in your DataSet A DataViewSettingCollection gives you access to the properties of the DataView for each DataTable

One of the DataViewManager methods is CreateDataView() It creates a new DataView for the specified DataTable The DataTable is passed as a parameter to the

CreateDataView() method Its return type is DataView

One of the DataViewManager events is ListChanged It fires when the list managed by a DataView in your DataViewManager changes Its event handler is

ListChangedEventHandler

 

Ngày đăng: 26/01/2014, 07:20

TỪ KHÓA LIÊN QUAN