Skip to content

Commit 711e46b

Browse files
authored
.NET Framework -> .NET for System.Data (#5029)
1 parent 55a41a3 commit 711e46b

34 files changed

+77
-84
lines changed

xml/System.Data.Common/DBDataPermission.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</Attribute>
4141
</Attributes>
4242
<Docs>
43-
<summary>Enables a .NET Framework data provider to help ensure that a user has a security level adequate for accessing data.</summary>
43+
<summary>Enables a .NET data provider to help ensure that a user has a security level adequate for accessing data.</summary>
4444
<remarks>To be added.</remarks>
4545
<related type="Article" href="/dotnet/framework/data/adonet/ado-net-overview">ADO.NET Overview</related>
4646
</Docs>

xml/System.Data.Common/DbDataAdapter.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2368,7 +2368,7 @@ adapter.FillSchema(dataset, "AAA"); // Fills the schema of table "aaa" because o
23682368
</Parameters>
23692369
<Docs>
23702370
<param name="value">A <see cref="T:System.Data.Common.RowUpdatedEventArgs" /> that contains the event data.</param>
2371-
<summary>Raises the <see langword="RowUpdated" /> event of a .NET Framework data provider.</summary>
2371+
<summary>Raises the <see langword="RowUpdated" /> event of a .NET data provider.</summary>
23722372
<remarks>
23732373
<format type="text/markdown"><![CDATA[
23742374
@@ -2423,7 +2423,7 @@ adapter.FillSchema(dataset, "AAA"); // Fills the schema of table "aaa" because o
24232423
</Parameters>
24242424
<Docs>
24252425
<param name="value">An <see cref="T:System.Data.Common.RowUpdatingEventArgs" /> that contains the event data.</param>
2426-
<summary>Raises the <see langword="RowUpdating" /> event of a .NET Framework data provider.</summary>
2426+
<summary>Raises the <see langword="RowUpdating" /> event of a .NET data provider.</summary>
24272427
<remarks>
24282428
<format type="text/markdown"><![CDATA[
24292429

xml/System.Data.Common/DbEnumerator.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</Interface>
3838
</Interfaces>
3939
<Docs>
40-
<summary>Exposes the <see cref="M:System.Collections.IEnumerable.GetEnumerator" /> method, which supports a simple iteration over a collection by a .NET Framework data provider.</summary>
40+
<summary>Exposes the <see cref="M:System.Collections.IEnumerable.GetEnumerator" /> method, which supports a simple iteration over a collection by a .NET data provider.</summary>
4141
<remarks>
4242
<format type="text/markdown"><![CDATA[
4343

xml/System.Data.Common/DbParameterCollection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
</ReturnValue>
472472
<Parameters />
473473
<Docs>
474-
<summary>Exposes the <see cref="M:System.Collections.IEnumerable.GetEnumerator" /> method, which supports a simple iteration over a collection by a .NET Framework data provider.</summary>
474+
<summary>Exposes the <see cref="M:System.Collections.IEnumerable.GetEnumerator" /> method, which supports a simple iteration over a collection by a .NET data provider.</summary>
475475
<returns>An <see cref="T:System.Collections.IEnumerator" /> that can be used to iterate through the collection.</returns>
476476
<remarks>To be added.</remarks>
477477
<related type="Article" href="/dotnet/framework/data/adonet/ado-net-overview">ADO.NET Overview</related>

xml/System.Data.Common/RowUpdatedEventArgs.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</Base>
3737
<Interfaces />
3838
<Docs>
39-
<summary>Provides data for the <see langword="RowUpdated" /> event of a .NET Framework data provider.</summary>
39+
<summary>Provides data for the <see langword="RowUpdated" /> event of a .NET data provider.</summary>
4040
<remarks>
4141
<format type="text/markdown"><![CDATA[
4242
@@ -288,8 +288,8 @@
288288
<ReturnType>System.Exception</ReturnType>
289289
</ReturnValue>
290290
<Docs>
291-
<summary>Gets any errors generated by the .NET Framework data provider when the <see cref="P:System.Data.Common.RowUpdatedEventArgs.Command" /> was executed.</summary>
292-
<value>The errors generated by the .NET Framework data provider when the <see cref="P:System.Data.Common.RowUpdatedEventArgs.Command" /> was executed.</value>
291+
<summary>Gets any errors generated by the .NET data provider when the <see cref="P:System.Data.Common.RowUpdatedEventArgs.Command" /> was executed.</summary>
292+
<value>The errors generated by the .NET data provider when the <see cref="P:System.Data.Common.RowUpdatedEventArgs.Command" /> was executed.</value>
293293
<remarks>To be added.</remarks>
294294
<related type="Article" href="/dotnet/framework/data/adonet/dataset-datatable-dataview/row-error-information">Adding and Reading Row Error Information</related>
295295
<related type="Article" href="/dotnet/framework/data/adonet/ado-net-overview">ADO.NET Overview</related>

xml/System.Data.Common/RowUpdatingEventArgs.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</Base>
3737
<Interfaces />
3838
<Docs>
39-
<summary>Provides the data for the **RowUpdating** event of a .NET Framework data provider.</summary>
39+
<summary>Provides the data for the **RowUpdating** event of a .NET data provider.</summary>
4040
<remarks>
4141
<format type="text/markdown"><![CDATA[
4242
@@ -209,8 +209,8 @@
209209
<ReturnType>System.Exception</ReturnType>
210210
</ReturnValue>
211211
<Docs>
212-
<summary>Gets any errors generated by the .NET Framework data provider when the <see cref="P:System.Data.Common.RowUpdatedEventArgs.Command" /> executes.</summary>
213-
<value>The errors generated by the .NET Framework data provider when the <see cref="P:System.Data.Common.RowUpdatedEventArgs.Command" /> executes.</value>
212+
<summary>Gets any errors generated by the .NET data provider when the <see cref="P:System.Data.Common.RowUpdatedEventArgs.Command" /> executes.</summary>
213+
<value>The errors generated by the .NET data provider when the <see cref="P:System.Data.Common.RowUpdatedEventArgs.Command" /> executes.</value>
214214
<remarks>To be added.</remarks>
215215
<related type="Article" href="/dotnet/framework/data/adonet/ado-net-overview">ADO.NET Overview</related>
216216
</Docs>

xml/System.Data.Design/TypedDataSetSchemaImporterExtension.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</Base>
1616
<Interfaces />
1717
<Docs>
18-
<summary>Generates internal mappings to .NET Framework types for XML schema element declarations, including literal XSD message parts in a WSDL document.</summary>
18+
<summary>Generates internal mappings to .NET types for XML schema element declarations, including literal XSD message parts in a WSDL document.</summary>
1919
<remarks>
2020
<format type="text/markdown"><![CDATA[
2121

xml/System.Data.Design/TypedDataSetSchemaImporterExtensionFx35.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</Base>
1616
<Interfaces />
1717
<Docs>
18-
<summary>Generates internal mappings to .NET Framework types for XML schema element declarations. Expands upon <see cref="T:System.Data.Design.TypedDataSetSchemaImporterExtension" /> to provide additional functionality for typed datasets created for .NET Framework version 3.5.</summary>
18+
<summary>Generates internal mappings to .NET types for XML schema element declarations. Expands upon <see cref="T:System.Data.Design.TypedDataSetSchemaImporterExtension" /> to provide additional functionality for typed datasets created for .NET Framework version 3.5.</summary>
1919
<remarks>
2020
<format type="text/markdown"><![CDATA[
2121
@@ -25,7 +25,7 @@
2525
> [!NOTE]
2626
> LINQ to DataSet and hierarchical update are features that were added in [!INCLUDE[vs_orcas_long](~/includes/vs-orcas-long-md.md)].
2727
>
28-
> Also see [Hierarchical Update Overview](https://msdn.microsoft.com/library/c4f8e8b9-e4a5-4a02-8462-d03d1e8222d6) and [LINQ to DataSet](/dotnet/framework/data/adonet/linq-to-dataset).
28+
> Also see [Hierarchical Update Overview](/previous-versions/bb384567(v=vs.140)) and [LINQ to DataSet](/dotnet/framework/data/adonet/linq-to-dataset).
2929
3030
]]></format>
3131
</remarks>

xml/System.Data.Metadata.Edm/PrimitiveType.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,8 @@
1515
</Base>
1616
<Interfaces />
1717
<Docs>
18-
<summary>Describes the .NET Framework primitive types, conceptual model primitive types, and storage provider-specific primitive types.</summary>
19-
<remarks>
20-
<format type="text/markdown"><![CDATA[
21-
22-
## Remarks
23-
For more information, see [Simple Types](https://msdn.microsoft.com/library/ddf09722-81b5-451b-a086-1dcf25a4f7d4).
24-
25-
]]></format>
26-
</remarks>
18+
<summary>Describes the .NET primitive types, conceptual model primitive types, and storage provider-specific primitive types.</summary>
19+
<remarks>To be added.</remarks>
2720
</Docs>
2821
<Members>
2922
<Member MemberName="BuiltInTypeKind">

xml/System.Data.OracleClient/OracleCommand.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,8 +1041,8 @@ count = command.ExecuteOracleScalar();
10411041
</ReturnValue>
10421042
<Parameters />
10431043
<Docs>
1044-
<summary>Executes the query, and returns the first column of the first row in the result set returned by the query as a .NET Framework data type. Extra columns or rows are ignored.</summary>
1045-
<returns>The first column of the first row in the result set as a .NET Framework data type, or a null reference if the result set is empty or the result is a <see langword="REF CURSOR" />.</returns>
1044+
<summary>Executes the query, and returns the first column of the first row in the result set returned by the query as a .NET data type. Extra columns or rows are ignored.</summary>
1045+
<returns>The first column of the first row in the result set as a .NET data type, or a null reference if the result set is empty or the result is a <see langword="REF CURSOR" />.</returns>
10461046
<remarks>
10471047
<format type="text/markdown"><![CDATA[
10481048

0 commit comments

Comments
 (0)