TAILIEUCHUNG - Professional ASP.NET 2.0 XML phần 5

và nhanh chóng di chuyển lên và xuống một hệ thống cấp bậc HTML sâu. Tính năng này có thể rất tiện dụng, đặc biệt là Điều này kiểm tra chính xác cùng sẽ thành công nếu bạn tắt vai trò quản lý và chỉ sử dụng Windows xác thực. Lớp WindowsPrincipal không bao giờ quay trở lại vai trò như là một mảng chuỗi, do đó, | Chapter 8 Let s start by discussing the DataSet object and the XML support it offers. and XML One of the key objects in is the DataSet. A object stores data in a hierarchical object model and hence is similar to a relational database in structure. Besides storing data in a disconnected cache a DataSet also stores information such as the constraints and relationships that are defined for the DataSet. You use a DataSet to access data from the tables when disconnected from the data source. You can access the DataSet objects in two pathways regardless of the data source the DataSet properties methods and events and the XML DOM through the use of XmlDataDocument object. Both of these techniques have parallel access methods that permit you to follow sequential or hierarchical paths through your data. supports the ability to construct DataSet objects from either XML streams or documents. These XML sources can include data or schema or both. The schema is expressed as Extensible Schema Definition language XSD another form of XML. You can also export data from a DataSet to an XML document with or without the schema. This is handy when you have to send data through a firewall in most situations a firewall won t permit you to pass binary data. A DataSet can either be a typed DataSet or an untyped DataSet. A typed DataSet is a class derived from a DataSet class and has an associated XML Schema. On the other hand an untyped DataSet does not have an associated XML Schema. You see more on typed DataSets later in this chapter. Now that you have an understanding of the DataSet the next section goes into more detail on how to populate a DataSet with XML data from an XML document and how to save the contents of a DataSet as XML. Loading XML into a DataSet There are several ways in which you can populate a DataSet with XML but the most common is probably to use one of the eight different versions of the method. Here .

TỪ KHÓA LIÊN QUAN
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.