TAILIEUCHUNG - Microsoft ADO .NET 4 Step by Step - p 4

Tại trung tâm dữ liệu hình của thư viện là DataTable. Tương tự như trong mục đích cho các bảng trong cơ sở dữ liệu, DataTable các quản lý tất cả các giá trị dữ liệu thực tế mà bạn và mã nguồn của bạn cuối cùng quan tâm. DataTable chứa số không hoặc nhiều dòng dữ liệu, với các giá trị dữ liệu cá nhân của mỗi hàng được xác định bởi định nghĩa cột của bảng. | 6 Microsoft 4 Step by Step Your Source Code Entity Framework LINQ Other Components L 1 DataSet 1 DataTable DataRelation Database or Storage XML File FIGURE 1-1 Key elements. At the data-shaped heart of the library is the DataTable. Similar in purpose to tables in a database the DataTable manages all the actual data values that you and your source code ultimately care about. Each DataTable contains zero or more rows of data with the individual data values of each row identified by the table s column definitions. Each table defines DataColumn items each representing the individual data values that appear in the table s records. DataColumn definitions include a data type declaration based on the kind of data destined for each column. For instance a CustomerLastName column might be defined to use data of type whereas an OrderSalesTax column could be crafted for use with content. One DataRow entry exists for each record of data stored within a table providing access to the distinct columnar data values. includes methods that let you add to delete from modify and query each DataTable object s rows. For tables connected to an external data storage area any changes made can be propagated back to the source. You can optionally establish links between the tables of data using DataRelation entries. Chapter 1 Introducing 4 7 Programmatic limitations can be placed on tables and their data values using Constraint instances. DataView instances provide a limited or modified view of the rows in a DataTable. Tables can be grouped together into a DataSet. Some tools that interact with data require that any tables be bound within a DataSet but if you plan to do some limited work with only a single table it s fine to work with just the DataTable instance. DataTable instances and their associated objects are sufficient for working with internal data. To connect with external data from a database .

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.