From 82428972922386f9e57948e915a270b1bc3f7474 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 15 Dec 2025 16:47:55 +0000 Subject: [PATCH 1/2] Initial plan From 184252024c9d9091152a8297c3d8f614213f687e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 15 Dec 2025 16:51:39 +0000 Subject: [PATCH 2/2] Fix typo: Add missing space before .NET in System.Data.OleDb namespace documentation Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com> --- xml/ns-System.Data.OleDb.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/ns-System.Data.OleDb.xml b/xml/ns-System.Data.OleDb.xml index e03a9434f5a..3f4c99a5a45 100644 --- a/xml/ns-System.Data.OleDb.xml +++ b/xml/ns-System.Data.OleDb.xml @@ -1,11 +1,11 @@ - The namespace is the.NET Framework Data Provider for OLE DB. + The namespace is the .NET Framework Data Provider for OLE DB. , you can fill a memory-resident that you can use to query and update the data source. + The .NET Framework Data Provider for OLE DB describes a collection of classes used to access an OLE DB data source in the managed space. Using the , you can fill a memory-resident that you can use to query and update the data source. For information about how to use this namespace, see the , , , and classes.