Đang chuẩn bị liên kết để tải về tài liệu:
Beginning VB 2008 Databases From Novice to Professional phần 10

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

Hình 19-1. LINQ kiến trúc LINQ to Đối tượng giao dịch với các dữ liệu trong bộ nhớ. Bất kỳ lớp mà thực hiện các giao diện IEnumerable (Of T) (trong không gian tên System.Collections.Generic) có thể được truy vấn với các nhà khai thác truy vấn tiêu chuẩn (SQOs). | Simpo PDF Merge and Split Unregistered Version - http www.simpopdf.com CHAPTER 19 USING LINQ 367 Architecture of LINQ LINQ consists of three major components LINQ to Objects LINQ to ADO.NET which includes LINQ to SQL formerly called DLinq LINQ to DataSets formerly called LINQ over DataSets LINQ to Entities LINQ to XML formerly called XLinq Figure 19-1 depicts the LINQ architecture which clearly shows the various components of LINQ and their related data stores. LINQ Architecture Visual Basic 2008 NET Language Integrated Query LINQ LINQ enabled data sources LINQ enabled ADO.NET Figure 19-1. LINQ architecture LINQ to Objects deals with in-memory data. Any class that implements the IEnumerable Of T interface in the System.Collections.Generic namespace can be queried with Standard Query Operators SQOs . Note SQOs are a collection of methods that form the LINQ pattern. SQO methods operate on sequences where a sequence represents an object whose type implements the interface IEnumerable Of T or the interface IQueryable Of T . The SQO provides query capabilities including filtering projection aggregation sorting and so forth. Simpo PDF Merge and Split Unregistered Version - http www.simpopdf.com 368 CHAPTER 19 USING LINQ LINQ to ADO.NET also known as LINQ-enabled ADO .NET deals with data from external sources basically anything ADO.NET can connect to. Any class that implements IEnumerable Of T or IQueryable Of T in the System.Linq namespace can be queried with SQOs. The LINQ to ADO.NET functionality can be achieved by using the System.Data.Linq namespace. LINQ to XML is a comprehensive API for in-memory XML programming. Like the rest of LINQ it includes SQOs and it can also be used in concert with LINQ to ADO.NET but its primary purpose is to unify and simplify the kinds of things that disparate XML tools such as XQuery XPath and XSLT are typically used to do. The LINQ to XML functionality can be achieved by using the System.Xml.Linq namespace. Note LINQ on the .NET .

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.