Đang chuẩn bị liên kết để tải về tài liệu:
The DataRowView Class

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

The DataRowView Class Rows in a DataView object are stored as objects of the DataRowView class. | The DataRowView Class Rows in a DataView object are stored as objects of the DataRowView class. A DataRowView object provides access to the underlying DataRow object in a DataTable. When you examine and edit the contents of a DataRowView you are actually working with the underlying DataRow. Keep this in mind when working with DataRowView objects. Table 13.4 shows some of the DataRowView properties and Table 13.5 shows some of the DataRowView methods. Table 13.4 DataRowView PROPERTIES PROPERTY TYPE DESCRIPTION DataView DataView Gets the DataView that the DataRowView belongs to. IsEdit bool Gets a bool that indicates whether the DataRowView and therefore the underlying DataRow is in edit mode. IsNew bool Gets a bool that indicates whether the DataRowView has just been added. Row DataRow Gets the underlying DataRow that is being viewed from the DataTable. RowVersion DataRowVersion Gets the DataRowVersion of the underlying DataRow. Members of the System.Data.DataRowVersion enumeration are Current which indicates the DataRow contains the current values. Default which indicates the DataRow contains the default values. Original which indicates the DataRow contains the original values. Proposed which indicates the DataRow contains proposed values. Table 13.5 DataRowView METHODS METHOD RETURN TYPE DESCRIPTION BeginEdit void Begins editing of the DataRowView in your DataView and therefore begins the editing of the underlying DataRow in your DataTable. You then edit this DataRow through the DataRowView. Table 13.5 DataRowView METHODS METHOD RETURN TYPE DESCRIPTION CancelEdit void Cancels editing of the DataRowView in your DataView and therefore cancels editing of the underlying DataRow. CreateChildView DataView Overloaded. Returns a DataView for a child DataTable if present. Delete void Deletes the DataRowView in your DataView. The deletion of the underlying DataRow isn t committed in the DataTable until you call the AcceptChanges method of your DataTable. You can undo the .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.