/
aprogrammer
/
dotnet-docs
Обзор
Документация
Войти
/
aprogrammer
/
dotnet-docs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/navigate/data-access/toc.yml
725 строк
45 KB
Jiri Cincura ↹
Update M.D.Sqlite provider docs (#43685)
21 ноя 2024, 17:47
Не верифицирован
21 ноя 2024, 17:47
ac7ecbd
Код
Авторство
О чём код?
items: - name: Data access in .NET href: index.yml - name: LINQ items: - name: LINQ overview href: ../../standard/linq/index.md - name: LINQ to XML items: - name: Get started items: - name: LINQ to XML overview href: ../../standard/linq/linq-xml-overview.md - name: LINQ to XML vs. DOM href: ../../standard/linq/linq-xml-vs-dom.md - name: LINQ to XML vs. other XML technologies href: ../../standard/linq/linq-xml-vs-xml-technologies.md - name: Programming guide items: - name: LINQ to XML programming overview items: - name: Functional vs. procedural programming href: ../../standard/linq/functional-vs-procedural-programming.md - name: LINQ to XML classes overview href: ../../standard/linq/linq-xml-classes-overview.md - name: XElement class overview href: ../../standard/linq/xelement-class-overview.md - name: XAttribute class overview href: ../../standard/linq/xattribute-class-overview.md - name: XDocument class overview href: ../../standard/linq/xdocument-class-overview.md - name: XML trees items: - name: Functional construction href: ../../standard/linq/functional-construction.md - name: Create XML trees in C# href: ../../standard/linq/create-xml-trees.md - name: XML literals in Visual Basic href: ../../standard/linq/xml-literals.md - name: Parse XML items: - name: Parse a string href: ../../standard/linq/parse-string.md - name: Load XML from a file href: ../../standard/linq/load-xml-file.md - name: Preserve white space while loading or parsing XML href: ../../standard/linq/preserve-white-space-loading-parsing-xml.md - name: How to catch parsing errors href: ../../standard/linq/catch-parsing-errors.md - name: Create a tree from an XmlReader href: ../../standard/linq/create-tree-xmlreader.md - name: Stream XML fragments from an XmlReader href: ../../standard/linq/stream-xml-fragments-xmlreader.md - name: Populate an XML tree with an XmlWriter href: ../../standard/linq/populate-xml-tree-xmlwriter.md - name: How to validate using XSD href: ../../standard/linq/validate-xsd.md - name: Valid content of XElement and XDocument objects href: ../../standard/linq/valid-content-xelement-xdocument-objects.md - name: Work with XML namespaces items: - name: Namespaces overview href: ../../standard/linq/namespaces-overview.md - name: Create a document with namespaces in C# href: ../../standard/linq/create-document-namespaces-csharp.md - name: Create a document with namespaces in Visual Basic href: ../../standard/linq/create-document-namespaces-visual-basic.md - name: How to control namespace prefixes href: ../../standard/linq/control-namespace-prefixes.md - name: Scope of default namespaces href: ../../standard/linq/scope-default-namespaces.md - name: Work with global namespaces in Visual Basic href: ../../standard/linq/work-global-namespaces.md - name: Write queries on XML in namespaces href: ../../standard/linq/write-queries-xml-namespaces.md - name: Serialize XML trees items: - name: Preserve white space while serializing href: ../../standard/linq/preserve-white-space-serializing.md - name: Serialize with an XML declaration href: ../../standard/linq/serialize-xml-declaration.md - name: Serialize to files, TextWriters, and XmlWriters href: ../../standard/linq/serialize-files-textwriters-xmlwriters.md - name: Serialize to an XmlReader (invoke XSLT) href: ../../standard/linq/serialize-xmlreader-invoke-xslt.md - name: LINQ to XML axes items: - name: LINQ to XML axes overview href: ../../standard/linq/linq-xml-axes-overview.md - name: Retrieve a collection of elements href: ../../standard/linq/retrieve-collection-elements.md - name: Retrieve the value of an element href: ../../standard/linq/retrieve-value-element.md - name: Filter on element names href: ../../standard/linq/filter-element-names.md - name: Chain axis method calls href: ../../standard/linq/chain-axis-method-calls.md - name: Retrieve a single child element href: ../../standard/linq/retrieve-single-child-element.md - name: Retrieve a collection of attributes href: ../../standard/linq/retrieve-collection-attributes.md - name: Retrieve a single attribute href: ../../standard/linq/retrieve-single-attribute.md - name: Retrieve the value of an attribute href: ../../standard/linq/retrieve-value-attribute.md - name: Retrieve the shallow value of an element href: ../../standard/linq/retrieve-shallow-value-element.md - name: Language-integrated axes in Visual Basic href: ../../standard/linq/language-integrated-axes.md - name: Query XML trees items: - name: Query XML trees overview href: ../../standard/linq/query-xml-trees-overview.md - name: Basic queries items: - name: Index to examples displayName: queries href: ../../standard/linq/basic-queries-linq-to-xml.md - name: Find an element with a specific attribute href: ../../standard/linq/find-element-specific-attribute.md - name: Find an element with a specific child element href: ../../standard/linq/find-element-specific-child-element.md - name: Query an XDocument vs. query an XElement href: ../../standard/linq/query-xdocument-vs-query-xelement.md - name: Find descendants with a specific element name href: ../../standard/linq/find-descendants-specific-element-name.md - name: Find a single descendant using the Descendants method href: ../../standard/linq/find-single-descendant-descendants-method.md - name: Write queries with complex filtering href: ../../standard/linq/write-queries-complex-filtering.md - name: Filter on an optional element href: ../../standard/linq/filter-optional-element.md - name: Find all nodes in a namespace href: ../../standard/linq/find-all-nodes-namespace.md - name: Sort elements href: ../../standard/linq/sort-elements.md - name: Sort elements on multiple Keys href: ../../standard/linq/sort-elements-multiple-keys.md - name: Calculate intermediate values href: ../../standard/linq/calculate-intermediate-values.md - name: Find elements based on context href: ../../standard/linq/write-query-finds-elements-based-context.md - name: Debug empty query results sets href: ../../standard/linq/debug-empty-query-results-sets.md - name: Projections and transformations items: - name: Work with dictionaries using LINQ to XML href: ../../standard/linq/work-dictionaries-linq-xml.md - name: Transform the shape of an XML tree href: ../../standard/linq/transform-shape-xml-tree.md - name: Control the type of a projection href: ../../standard/linq/control-type-projection.md - name: Project a new type href: ../../standard/linq/project-new-type.md - name: Project an object graph href: ../../standard/linq/project-object-graph.md - name: Project an anonymous type href: ../../standard/linq/project-anonymous-type.md - name: Generate text files from XML href: ../../standard/linq/generate-text-files-xml.md - name: Generate XML from CSV files href: ../../standard/linq/generate-xml-csv-files.md - name: Advanced query techniques items: - name: Join two collections href: ../../standard/linq/join-two-collections.md - name: Create hierarchy using grouping href: ../../standard/linq/create-hierarchy-grouping.md - name: Query LINQ to XML using XPath href: ../../standard/linq/query-linq-xml-xpath.md - name: Write a LINQ to XML axis method href: ../../standard/linq/write-linq-xml-axis-method.md - name: Perform streaming transformations of text to XML in C# href: ../../standard/linq/perform-streaming-transformations-text-xml.md - name: List all nodes in a tree href: ../../standard/linq/list-all-nodes-tree.md - name: Retrieve paragraphs from an Office Open XML document href: ../../standard/linq/retrieve-paragraphs-office-open-xml-document.md - name: Modify an Office Open XML document href: ../../standard/linq/modify-office-open-xml-document.md - name: Populate an XML tree from the file system href: ../../standard/linq/populate-xml-tree-file-system.md - name: LINQ to XML for XPath users items: - name: Comparison of XPath and LINQ to XML href: ../../standard/linq/comparison-xpath-linq-xml.md - name: Find a child element href: ../../standard/linq/find-child-element.md - name: Find a list of child elements href: ../../standard/linq/find-list-child-elements.md - name: Find the root element href: ../../standard/linq/find-root-element.md - name: Find descendant elements href: ../../standard/linq/find-descendant-elements.md - name: Filter on an attribute href: ../../standard/linq/filter-attribute.md - name: Find related elements href: ../../standard/linq/find-related-elements.md - name: Find elements in a namespace href: ../../standard/linq/find-elements-namespace.md - name: Find preceding siblings href: ../../standard/linq/find-preceding-siblings.md - name: Find descendants of a child element href: ../../standard/linq/find-descendants-child-element.md - name: Find a union of two location paths href: ../../standard/linq/find-union-two-location-paths.md - name: Find sibling nodes href: ../../standard/linq/find-sibling-nodes.md - name: Find an attribute of the parent href: ../../standard/linq/find-attribute-parent.md - name: Find attributes of siblings with a specific name href: ../../standard/linq/find-attributes-siblings-specific-name.md - name: Find elements with a specific attribute href: ../../standard/linq/find-elements-specific-attribute.md - name: Find child elements based on position href: ../../standard/linq/find-child-elements-based-position.md - name: Find the immediate preceding sibling href: ../../standard/linq/find-immediate-preceding-sibling.md - name: Pure functional transformations of XML items: - name: Introduction href: ../../standard/linq/introduction-pure-functional-transformations.md - name: Concepts and terminology href: ../../standard/linq/concepts-terminology-functional-transformation.md - name: Functional vs. imperative programming href: ../../standard/linq/functional-vs-imperative-programming.md - name: Refactor into pure functions href: ../../standard/linq/refactor-pure-functions.md - name: Applicability of functional transformation href: ../../standard/linq/applicability-functional-transformation.md - name: Functional transformation of XML href: ../../standard/linq/functional-transformation-xml.md - name: Deferred execution and lazy evaluation href: ../../standard/linq/deferred-execution-lazy-evaluation.md - name: Deferred execution example href: ../../standard/linq/deferred-execution-example.md - name: "Tutorial: Chain queries together (C#)" items: - name: Chain queries example href: ../../standard/linq/chain-queries-example.md - name: Intermediate materialization href: ../../standard/linq/intermediate-materialization.md - name: Chain standard query operators href: ../../standard/linq/chain-standard-query-operators-together.md - name: "Tutorial: Manipulate content in a WordprocessingML document" items: - name: The XML shape of WordprocessingML documents href: ../../standard/linq/xml-shape-wordprocessingml-documents.md - name: Create the source Office Open XML document href: ../../standard/linq/create-source-office-open-xml-document.md - name: Find the default paragraph style href: ../../standard/linq/find-default-paragraph-style.md - name: Retrieve the paragraphs and their styles href: ../../standard/linq/retrieve-paragraphs-styles.md - name: Retrieve the text of the paragraphs href: ../../standard/linq/retrieve-text-paragraphs.md - name: Refactor using an extension method href: ../../standard/linq/refactor-extension-method.md - name: Refactor using a pure function href: ../../standard/linq/refactor-pure-function.md - name: Project XML in a different shape href: ../../standard/linq/project-xml-different-shape.md - name: Find text in Word documents href: ../../standard/linq/find-text-word-documents.md - name: Details of Office Open XML WordprocessingML documents items: - name: WordprocessingML document with styles href: ../../standard/linq/wordprocessingml-document-styles.md - name: Style part of a WordprocessingML document href: ../../standard/linq/style-part-wordprocessingml-document.md - name: Example that outputs document parts href: ../../standard/linq/example-outputs-office-open-xml-document-parts.md - name: Modify XML trees items: - name: In-memory XML tree modification vs. functional construction href: ../../standard/linq/in-memory-xml-tree-modification-vs-functional-construction.md - name: Add elements, attributes, and nodes href: ../../standard/linq/add-elements-attributes-nodes-xml-tree.md - name: Modify elements, attributes, and nodes href: ../../standard/linq/modify-elements-attributes-nodes-xml-tree.md - name: Remove elements, attributes, and nodes href: ../../standard/linq/remove-elements-attributes-nodes-xml-tree.md - name: Maintain name-value pairs href: ../../standard/linq/maintain-name-value-pairs.md - name: Change the namespace for an entire XML tree href: ../../standard/linq/change-namespace-entire-xml-tree.md - name: Performance items: - name: Performance of chained queries href: ../../standard/linq/performance-chained-queries.md - name: Atomized XName and XNamespace objects href: ../../standard/linq/atomized-xname-xnamespace-objects.md - name: Pre-atomization of XName objects href: ../../standard/linq/pre-atomization-xname-objects.md - name: Statically compiled queries href: ../../standard/linq/statically-compiled-queries.md - name: Advanced LINQ to XML programming items: - name: LINQ to XML annotations href: ../../standard/linq/linq-xml-annotations.md - name: LINQ to XML events href: ../../standard/linq/linq-xml-events.md - name: Program with nodes href: ../../standard/linq/program-nodes.md - name: Mixed declarative/imperative code bugs href: ../../standard/linq/mixed-declarative-imperative-code-bugs.md - name: Stream XML fragments with access to header information href: ../../standard/linq/stream-xml-fragments-access-header-information.md - name: Perform streaming transform of large XML documents href: ../../standard/linq/perform-streaming-transform-large-xml-documents.md - name: Read and write an encoded document href: ../../standard/linq/read-write-encoded-document.md - name: Use XSLT to transform an XML tree href: ../../standard/linq/use-xslt-transform-xml-tree.md - name: Use annotations to transform LINQ to XML trees in an XSLT style href: ../../standard/linq/use-annotations-transform-linq-xml-trees-xslt-style.md - name: Serialize object graphs that contain XElement objects items: - name: Serialize using XmlSerializer href: ../../standard/linq/serialize-xmlserializer.md - name: Serialize using DataContractSerializer href: ../../standard/linq/serialize-datacontractserializer.md - name: LINQ to XML security href: ../../standard/linq/linq-xml-security.md - name: Sample XML documents items: - name: "Sample XML file: Typical purchase order" href: ../../standard/linq/sample-xml-file-typical-purchase-order.md - name: "Sample XML file: Typical purchase order in a namespace" href: ../../standard/linq/sample-xml-file-typical-purchase-order-namespace.md - name: "Sample XML file: Multiple purchase orders" href: ../../standard/linq/sample-xml-file-multiple-purchase-orders.md - name: "Sample XML file: Multiple purchase orders in a namespace" href: ../../standard/linq/sample-xml-file-multiple-purchase-orders-namespace.md - name: "Sample XML file: Test configuration" href: ../../standard/linq/sample-xml-file-test-configuration.md - name: "Sample XML file: Test configuration in a namespace" href: ../../standard/linq/sample-xml-file-test-configuration-namespace.md - name: "Sample XML file: Customers and orders" href: ../../standard/linq/sample-xml-file-customers-orders.md - name: "Sample XSD file: Customers and orders" href: ../../standard/linq/sample-xsd-file-customers-orders.md - name: "Sample XML file: Customers and orders in a namespace" href: ../../standard/linq/sample-xml-file-customers-orders-namespace.md - name: "Sample XML file: Numerical data" href: ../../standard/linq/sample-xml-file-numerical-data.md - name: "Sample XML file: Numerical data in a namespace" href: ../../standard/linq/sample-xml-file-numerical-data-namespace.md - name: "Sample XML file: Books" href: ../../standard/linq/sample-xml-file-books.md - name: "Sample XML file: Consolidated purchase orders" href: ../../standard/linq/sample-xml-file-consolidated-purchase-orders.md - name: Reference href: ../../standard/linq/reference.md - name: Supplemental API remarks items: - name: System.Xml.Linq.XName class href: ../../fundamentals/runtime-libraries/system-xml-linq-xname.md - name: System.Xml.Linq.XNamespace class href: ../../fundamentals/runtime-libraries/system-xml-linq-xnamespace.md - name: XML documents and data href: ../../standard/data/xml/index.md items: - name: XML processing options href: ../../standard/data/xml/xml-processing-options.md - name: Process XML data in-memory href: ../../standard/data/xml/processing-xml-data-in-memory.md items: - name: Process XML data using the DOM model href: ../../standard/data/xml/process-xml-data-using-the-dom-model.md items: - name: XML document object model (DOM) href: ../../standard/data/xml/xml-document-object-model-dom.md - name: Types of XML nodes href: ../../standard/data/xml/types-of-xml-nodes.md - name: XML DOM hierarchy href: ../../standard/data/xml/xml-document-object-model-dom-hierarchy.md - name: Map the object hierarchy to XML data href: ../../standard/data/xml/mapping-the-object-hierarchy-to-xml-data.md - name: Create XML docs href: ../../standard/data/xml/xml-document-creation.md - name: Read XML docs into the DOM items: - name: Overview href: ../../standard/data/xml/reading-an-xml-document-into-the-dom.md - name: Style sheet directives embedded in a document href: ../../standard/data/xml/style-sheet-directives-embedded-in-a-document.md - name: Load data from a reader href: ../../standard/data/xml/load-data-from-a-reader.md - name: Handle white space href: ../../standard/data/xml/white-space-and-significant-white-space-handling-when-loading-the-dom.md - name: Access attributes in the DOM href: ../../standard/data/xml/accessing-attributes-in-the-dom.md - name: Read entities into the DOM href: ../../standard/data/xml/reading-entity-declarations-and-entity-references-into-the-dom.md - name: Preserve entity references href: ../../standard/data/xml/entity-references-are-preserved.md - name: Expand entity references href: ../../standard/data/xml/entity-references-are-expanded-and-not-preserved.md - name: Insert nodes items: - name: Overview href: ../../standard/data/xml/inserting-nodes-into-an-xml-document.md - name: Create new nodes href: ../../standard/data/xml/create-new-nodes-in-the-dom.md items: - name: Create new attributes for elements href: ../../standard/data/xml/creating-new-attributes-for-elements-in-the-dom.md - name: Verify XML element and attribute names href: ../../standard/data/xml/xml-element-and-attribute-name-verification-when-creating-new-nodes.md - name: Create new entity references href: ../../standard/data/xml/creating-new-entity-references.md - name: Entity reference expansion for new nodes href: ../../standard/data/xml/namespace-affect-on-entity-ref-expansion-for-new-nodes.md - name: Copy existing nodes href: ../../standard/data/xml/copy-existing-nodes.md - name: Copy existing nodes to another document href: ../../standard/data/xml/copying-existing-nodes-from-one-document-to-another.md - name: Copy document fragments href: ../../standard/data/xml/copying-document-fragments.md - name: Remove nodes, content, and values items: - name: Overview href: ../../standard/data/xml/removing-nodes-content-and-values-from-an-xml-document.md - name: Remove nodes from the DOM href: ../../standard/data/xml/removing-nodes-from-the-dom.md - name: Remove attributes from an element node href: ../../standard/data/xml/removing-attributes-from-an-element-node-in-the-dom.md - name: Remove node content in the DOM href: ../../standard/data/xml/removing-node-content-in-the-dom.md - name: Modify nodes, content, and values href: ../../standard/data/xml/modifying-nodes-content-and-values-in-an-xml-document.md - name: Validate an XML document href: ../../standard/data/xml/validating-an-xml-document-in-the-dom.md - name: Save and write a document href: ../../standard/data/xml/saving-and-writing-a-document.md - name: Select nodes using XPath navigation href: ../../standard/data/xml/select-nodes-using-xpath-navigation.md - name: Resolve external resources href: ../../standard/data/xml/resolving-external-resources.md - name: Compare objects using XmlNameTable href: ../../standard/data/xml/object-comparison-using-xmlnametable.md - name: Node collections in NamedNodeMaps and NodeLists href: ../../standard/data/xml/node-collections-in-namednodemaps-and-nodelists.md items: - name: Unordered node retrieval by name or index href: ../../standard/data/xml/unordered-node-retrieval-by-name-or-index.md - name: Ordered node retrieval by index href: ../../standard/data/xml/ordered-node-retrieval-by-index.md - name: Dynamic updates to NodeLists and NamedNodeMaps href: ../../standard/data/xml/dynamic-updates-to-nodelists-and-namednodemaps.md - name: Namespace support in the DOM href: ../../standard/data/xml/namespace-support-in-the-dom.md items: - name: Namespaces and DTDs href: ../../standard/data/xml/namespaces-and-dtds-in-the-dom.md - name: Change namespace declarations href: ../../standard/data/xml/changing-namespace-declarations-in-an-xml-document.md - name: Change namespace prefix properties href: ../../standard/data/xml/changing-namespace-prefix-properties.md - name: Handle events using XmlNodeChangedEventArgs href: ../../standard/data/xml/event-handling-in-an-xml-document-using-the-xmlnodechangedeventargs.md - name: Extend the DOM href: ../../standard/data/xml/extending-the-dom.md - name: Process XML data using the XPath data model href: ../../standard/data/xml/process-xml-data-using-the-xpath-data-model.md items: - name: Read XML data using XPathDocument and XmlDocument href: ../../standard/data/xml/reading-xml-data-using-xpathdocument-and-xmldocument.md - name: Select, Evaluate, and Match XML data using XPathNavigator href: ../../standard/data/xml/selecting-evaluating-and-matching-xml-data-using-xpathnavigator.md items: - name: Select XML data using XPathNavigator href: ../../standard/data/xml/select-xml-data-using-xpathnavigator.md - name: Evaluate XPath expressions using XPathNavigator href: ../../standard/data/xml/evaluate-xpath-expressions-using-xpathnavigator.md - name: Match nodes using XPathNavigator href: ../../standard/data/xml/matching-nodes-using-xpathnavigator.md - name: Node types recognized with XPath queries href: ../../standard/data/xml/node-types-recognized-with-xpath-queries.md - name: XPath queries and namespaces href: ../../standard/data/xml/xpath-queries-and-namespaces.md - name: Compiled XPath expressions href: ../../standard/data/xml/compiled-xpath-expressions.md - name: XPath namespace navigation href: ../../standard/data/xml/xpath-namespace-navigation.md - name: Access XML data using XPathNavigator href: ../../standard/data/xml/accessing-xml-data-using-xpathnavigator.md items: - name: Node set navigation using XPathNavigator href: ../../standard/data/xml/node-set-navigation-using-xpathnavigator.md - name: Attribute and namespace node navigation Using XPathNavigator href: ../../standard/data/xml/attribute-and-namespace-node-navigation-using-xpathnavigator.md - name: Extract XML data Using XPathNavigator href: ../../standard/data/xml/extract-xml-data-using-xpathnavigator.md - name: Access strongly typed XML data Using XPathNavigator href: ../../standard/data/xml/accessing-strongly-typed-xml-data-using-xpathnavigator.md - name: User-defined functions and variables href: ../../standard/data/xml/user-defined-functions-and-variables.md - name: Edit XML Data using XPathNavigator href: ../../standard/data/xml/editing-xml-data-using-xpathnavigator.md items: - name: Insert XML Data using XPathNavigator href: ../../standard/data/xml/insert-xml-data-using-xpathnavigator.md - name: Modify XML Data using XPathNavigator href: ../../standard/data/xml/modify-xml-data-using-xpathnavigator.md - name: Remove XML Data using XPathNavigator href: ../../standard/data/xml/remove-xml-data-using-xpathnavigator.md - name: Schema Validation using XPathNavigator href: ../../standard/data/xml/schema-validation-using-xpathnavigator.md - name: Process XML Data Using LINQ to XML href: ../../standard/data/xml/process-xml-data-using-linq-to-xml.md - name: XML serialization href: ../../standard/serialization/xml-and-soap-serialization.md?toc=/dotnet/navigate/data-access/toc.json&bc=/dotnet/breadcrumb/toc.json - name: XSLT transformations href: ../../standard/data/xml/xslt-transformations.md items: - name: Use the XslCompiledTransform Class href: ../../standard/data/xml/using-the-xslcompiledtransform-class.md items: - name: Inputs to the XslCompiledTransform Class href: ../../standard/data/xml/inputs-to-the-xslcompiledtransform-class.md - name: Output Options on the XslCompiledTransform Class href: ../../standard/data/xml/output-options-on-the-xslcompiledtransform-class.md - name: Resolve External Resources During XSLT Processing href: ../../standard/data/xml/resolving-external-resources-during-xslt-processing.md - name: Extend XSLT Style Sheets href: ../../standard/data/xml/extending-xslt-style-sheets.md items: - name: XSLT Extension Objects href: ../../standard/data/xml/xslt-extension-objects.md - name: XSLT Parameters href: ../../standard/data/xml/xslt-parameters.md - name: Script Blocks Using msxsl:script href: ../../standard/data/xml/script-blocks-using-msxsl-script.md - name: Recoverable XSLT Errors href: ../../standard/data/xml/recoverable-xslt-errors.md - name: "How to: Transform a Node Fragment" href: ../../standard/data/xml/how-to-transform-a-node-fragment.md - name: Migrate From the XslTransform Class href: ../../standard/data/xml/migrating-from-the-xsltransform-class.md items: - name: "How to: Migrate Your XslTransform Code" href: ../../standard/data/xml/how-to-migrate-your-xsltransform-code.md - name: XSLT Security Considerations href: ../../standard/data/xml/xslt-security-considerations.md - name: XSLT Compiler (xsltc.exe) href: ../../standard/data/xml/xslt-compiler-xsltc-exe.md items: - name: Perform an XSLT Transformation by Using an Assembly href: ../../standard/data/xml/how-to-perform-an-xslt-transformation-by-using-an-assembly.md - name: Work with XML schemas href: ../../standard/data/xml/working-with-xml-schemas.md items: - name: XML Schema Object Model (SOM) href: ../../standard/data/xml/xml-schema-object-model-som.md items: - name: XML Schema Object Model Overview href: ../../standard/data/xml/xml-schema-object-model-overview.md - name: Read and Write XML Schemas href: ../../standard/data/xml/reading-and-writing-xml-schemas.md - name: Build XML Schemas href: ../../standard/data/xml/building-xml-schemas.md - name: Traverse XML Schemas href: ../../standard/data/xml/traversing-xml-schemas.md - name: Edit XML Schemas href: ../../standard/data/xml/editing-xml-schemas.md - name: Include or Import XML Schemas href: ../../standard/data/xml/including-or-importing-xml-schemas.md - name: XmlSchemaSet for Schema Compilation href: ../../standard/data/xml/xmlschemaset-for-schema-compilation.md items: - name: Post-Schema Compilation Infoset href: ../../standard/data/xml/post-schema-compilation-infoset.md - name: XML Schema (XSD) Validation with XmlSchemaSet href: ../../standard/data/xml/xml-schema-xsd-validation-with-xmlschemaset.md - name: XmlSchemaCollection Schema Compilation href: ../../standard/data/xml/xmlschemacollection-schema-compilation.md items: - name: XDR Validation with XmlSchemaCollection href: ../../standard/data/xml/xdr-validation-with-xmlschemacollection.md - name: XML Schema (XSD) Validation with XmlSchemaCollection href: ../../standard/data/xml/xml-schema-xsd-validation-with-xmlschemacollection.md - name: XmlSchemaValidator Push-Based Validation href: ../../standard/data/xml/xmlschemavalidator-push-based-validation.md - name: Infer an XML Schema href: ../../standard/data/xml/inferring-an-xml-schema.md items: - name: Infer Schemas from XML Documents href: ../../standard/data/xml/inferring-schemas-from-xml-documents.md - name: Rules for Inferring Schema Node Types and Structure href: ../../standard/data/xml/rules-for-inferring-schema-node-types-and-structure.md - name: Rules for Inferring Simple Types href: ../../standard/data/xml/rules-for-inferring-simple-types.md - name: XML integration with relational data and ADO.NET href: ../../standard/data/xml/xml-integration-with-relational-data-and-adonet.md - name: Manage namespaces in an XML document href: ../../standard/data/xml/managing-namespaces-in-an-xml-document.md - name: Type support in the System.Xml classes href: ../../standard/data/xml/type-support-in-the-system-xml-classes.md items: - name: Map XML Data Types to CLR Types href: ../../standard/data/xml/mapping-xml-data-types-to-clr-types.md - name: XML Type Support Implementation Notes href: ../../standard/data/xml/xml-type-support-implementation-notes.md - name: Convert XML Data Types href: ../../standard/data/xml/conversion-of-xml-data-types.md items: - name: Convert Strings to .NET Framework Data Types href: ../../standard/data/xml/converting-strings-to-dotnet-data-types.md - name: Convert .NET Framework Types to Strings href: ../../standard/data/xml/converting-dotnet-types-to-strings.md - name: Supplemental API remarks items: - name: System.Xml.Schema.XmlSchemaSet class href: ../../fundamentals/runtime-libraries/system-xml-schema-xmlschemaset.md - name: System.Xml.Serialization.CodeGenerationOptions class href: ../../fundamentals/runtime-libraries/system-xml-serialization-codegenerationoptions.md - name: System.Xml.Serialization.XmlSerializer class href: ../../fundamentals/runtime-libraries/system-xml-serialization-xmlserializer.md - name: System.Xml.XmlConvert class href: ../../fundamentals/runtime-libraries/system-xml-xmlconvert.md - name: System.Xml.XmlDocument class href: ../../fundamentals/runtime-libraries/system-xml-xmldocument.md - name: System.Xml.XmlReader class items: - name: Type remarks href: ../../fundamentals/runtime-libraries/system-xml-xmlreader.md displayName: xmlreader - name: Create method href: ../../fundamentals/runtime-libraries/system-xml-xmlreader-create.md - name: System.Xml.XmlReaderSettings class items: - name: Type remarks href: ../../fundamentals/runtime-libraries/system-xml-xmlreadersettings.md displayName: xmlreadersettings - name: DtdProcessing property href: ../../fundamentals/runtime-libraries/system-xml-xmlreadersettings-dtdprocessing.md - name: Schemas property href: ../../fundamentals/runtime-libraries/system-xml-xmlreadersettings-schemas.md - name: System.Xml.XmlResolver class href: ../../fundamentals/runtime-libraries/system-xml-xmlresolver.md - name: System.Xml.XmlSecureResolver class href: ../../fundamentals/runtime-libraries/system-xml-xmlsecureresolver.md - name: System.Xml.XmlTextReader class href: ../../fundamentals/runtime-libraries/system-xml-xmltextreader.md - name: System.Xml.XmlTextWriter class href: ../../fundamentals/runtime-libraries/system-xml-xmltextwriter.md - name: System.Xml.XmlWriter class href: ../../fundamentals/runtime-libraries/system-xml-xmlwriter.md - name: System.Xml.Xsl.XslCompiledTransform class href: ../../fundamentals/runtime-libraries/system-xml-xsl-xslcompiledtransform.md - name: Microsoft.Data.Sqlite items: - name: Overview href: ../../standard/data/sqlite/index.md - name: Connection strings href: ../../standard/data/sqlite/connection-strings.md - name: Data types href: ../../standard/data/sqlite/types.md - name: Parameters href: ../../standard/data/sqlite/parameters.md - name: Database errors displayName: Busy, locked, retries, timeouts href: ../../standard/data/sqlite/database-errors.md - name: Transactions href: ../../standard/data/sqlite/transactions.md - name: Batching href: ../../standard/data/sqlite/batching.md - name: Metadata href: ../../standard/data/sqlite/metadata.md - name: SQLite features items: - name: In-memory databases href: ../../standard/data/sqlite/in-memory-databases.md - name: Encryption href: ../../standard/data/sqlite/encryption.md - name: Online backup href: ../../standard/data/sqlite/backup.md - name: User-defined functions displayName: UDFs href: ../../standard/data/sqlite/user-defined-functions.md - name: Custom SQLite versions href: ../../standard/data/sqlite/custom-versions.md - name: Collation href: ../../standard/data/sqlite/collation.md - name: Blob I/O displayName: Streams href: ../../standard/data/sqlite/blob-io.md - name: Interoperability href: ../../standard/data/sqlite/interop.md - name: Extensions href: ../../standard/data/sqlite/extensions.md - name: Limitations items: - name: ADO.NET href: ../../standard/data/sqlite/adonet-limitations.md - name: Async href: ../../standard/data/sqlite/async.md - name: Bulk insert href: ../../standard/data/sqlite/bulk-insert.md - name: Entity Framework Core href: /ef/core/providers/sqlite/limitations - name: Dapper href: ../../standard/data/sqlite/dapper-limitations.md - name: System.Data.SQLite href: ../../standard/data/sqlite/compare.md - name: Xamarin href: ../../standard/data/sqlite/xamarin.md - name: Supplemental API remarks for System.Data types items: - name: CommandBehavior enum href: ../../fundamentals/runtime-libraries/system-data-commandbehavior.md - name: DataColumn.Expression property href: ../../fundamentals/runtime-libraries/system-data-datacolumn-expression.md - name: DataSet class href: ../../fundamentals/runtime-libraries/system-data-dataset.md - name: DataTable class href: ../../fundamentals/runtime-libraries/system-data-datatable.md - name: Entity Framework Core href: /ef/core/ - name: Azure Storage href: /dotnet/api/overview/azure/storage - name: Azure Cosmos DB .NET SDK href: /azure/cosmos-db/nosql/sdk-dotnet-v3