Skip to content

Commit 2c8fa99

Browse files
Merge pull request #12151 from dotnet/main
Merge main into live
2 parents 5c9f1e7 + a737183 commit 2c8fa99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

xml/ns-System.Data.OleDb.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Namespace Name="System.Data.OleDb">
22
<Docs>
3-
<summary>The <see cref="N:System.Data.OleDb" /> namespace is the.NET Framework Data Provider for OLE DB.</summary>
3+
<summary>The <see cref="N:System.Data.OleDb" /> namespace is the .NET Framework Data Provider for OLE DB.</summary>
44
<remarks>
55
<format type="text/markdown"><![CDATA[
66
77
## Remarks
8-
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 <xref:System.Data.OleDb.OleDbDataAdapter>, you can fill a memory-resident <xref:System.Data.DataSet> that you can use to query and update the data source.
8+
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 <xref:System.Data.OleDb.OleDbDataAdapter>, you can fill a memory-resident <xref:System.Data.DataSet> that you can use to query and update the data source.
99
1010
For information about how to use this namespace, see the <xref:System.Data.OleDb.OleDbDataAdapter>, <xref:System.Data.OleDb.OleDbDataReader>, <xref:System.Data.OleDb.OleDbCommand>, and <xref:System.Data.OleDb.OleDbConnection> classes.
1111

0 commit comments

Comments
 (0)