Skip to content

Commit c483fe7

Browse files
authored
Replace MSDN links (dotnet#5260)
1 parent 13a7d9c commit c483fe7

25 files changed

+40
-117
lines changed

xml/System.Data.Design/TypedDataSetSchemaImporterExtensionFx35.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<xref:System.Data.Design.TypedDataSetSchemaImporterExtensionFx35> calls the protected constructor of <xref:System.Data.Design.TypedDataSetSchemaImporterExtension> to generate typed datasets for .NET Framework version 3.5 and enable LINQ to DataSet and hierarchical update.
5656
5757
> [!NOTE]
58-
> LINQ to Dataset and hierarchical update are features in [!INCLUDE[vs_orcas_long](~/includes/vs-orcas-long-md.md)]. See [LINQ to DataSet](/dotnet/framework/data/adonet/linq-to-dataset) and [Hierarchical Update Overview](https://msdn.microsoft.com/library/c4f8e8b9-e4a5-4a02-8462-d03d1e8222d6).
58+
> LINQ to Dataset and hierarchical update are features in [!INCLUDE[vs_orcas_long](~/includes/vs-orcas-long-md.md)]. See [LINQ to DataSet](/dotnet/framework/data/adonet/linq-to-dataset) and [Hierarchical Update Overview](/previous-versions/visualstudio/visual-studio-2013/bb384567(v=vs.120)).
5959
6060
]]></format>
6161
</remarks>

xml/System.Data.Metadata.Edm/AssociationSet.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<format type="text/markdown"><![CDATA[
2121
2222
## Remarks
23-
In CSDL, an <xref:System.Data.Metadata.Edm.AssociationSet> contains the instances of the <xref:System.Data.Metadata.Edm.AssociationType>. For more information, see [Association Sets (EDM)](https://msdn.microsoft.com/library/a1d39938-e52c-4293-b676-87ee6afe52e5).
23+
In CSDL, an <xref:System.Data.Metadata.Edm.AssociationSet> contains the instances of the <xref:System.Data.Metadata.Edm.AssociationType>. For more information, see [Association set](/dotnet/framework/data/adonet/association-set).
2424
2525
]]></format>
2626
</remarks>

xml/System.Data.Metadata.Edm/AssociationType.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<format type="text/markdown"><![CDATA[
2121
2222
## Remarks
23-
For more information, see [Association (EDM)](https://msdn.microsoft.com/library/1467cb18-e463-4405-8c7d-350d04933aeb).
23+
For more information, see [Association type](/dotnet/framework/data/adonet/association-type).
2424
2525
]]></format>
2626
</remarks>

xml/System.Data.Metadata.Edm/ConcurrencyMode.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,7 @@
1515
</Base>
1616
<Docs>
1717
<summary>Specifies the concurrency options for the properties in a conceptual model.</summary>
18-
<remarks>
19-
<format type="text/markdown"><![CDATA[
20-
21-
## Remarks
22-
For more information about how to use this enumeration in a schema, see [Conceptual Design (EDM)](https://msdn.microsoft.com/library/c033ef58-d790-49c6-a849-85c7d01bf15c).
23-
24-
]]></format>
25-
</remarks>
18+
<remarks>To be added.</remarks>
2619
</Docs>
2720
<Members>
2821
<Member MemberName="Fixed">

xml/System.Data.Metadata.Edm/Documentation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<format type="text/markdown"><![CDATA[
2121
2222
## Remarks
23-
The <xref:System.Data.Metadata.Edm.Documentation> class instance represents the contents of the documentation tag defined in the conceptual schema definition language (CSDL) files and store schema definition language (SSDL) files. You can define a documentation tag for conceptual model constructs, such as the <xref:System.Data.Metadata.Edm.EntityContainer>, the <xref:System.Data.Metadata.Edm.EntityType>, the <xref:System.Data.Metadata.Edm.ComplexType>, the <xref:System.Data.Metadata.Edm.AssociationType>, and so on. For more information, see [Documentation Element (CSDL)](https://msdn.microsoft.com/library/d49e7bb9-a6a1-4017-9c7e-7836bf3bef48).
23+
The <xref:System.Data.Metadata.Edm.Documentation> class instance represents the contents of the documentation tag defined in the conceptual schema definition language (CSDL) files and store schema definition language (SSDL) files. You can define a documentation tag for conceptual model constructs, such as the <xref:System.Data.Metadata.Edm.EntityContainer>, the <xref:System.Data.Metadata.Edm.EntityType>, and the <xref:System.Data.Metadata.Edm.ComplexType>, the <xref:System.Data.Metadata.Edm.AssociationType>. For more information, see [Documentation Element (CSDL)](/ef/ef6/modeling/designer/advanced/edmx/csdl-spec#documentation-element-csdl).
2424
2525
]]></format>
2626
</remarks>

xml/System.Data.Metadata.Edm/EdmMember.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<format type="text/markdown"><![CDATA[
2121
2222
## Remarks
23-
An <xref:System.Data.Metadata.Edm.EdmMember> class is a base class for <xref:System.Data.Metadata.Edm.EdmProperty>, <xref:System.Data.Metadata.Edm.NavigationProperty>, and <xref:System.Data.Metadata.Edm.RelationshipEndMember>. The <xref:System.Data.Metadata.Edm.EdmMember> class represents a member that can be declared in any <xref:System.Data.Metadata.Edm.StructuralType>. For more information about members, see [Structural Types (Metadata)](https://msdn.microsoft.com/library/c0c54fe0-e0ba-4e1d-8572-dfd2fbf788fa).
23+
An <xref:System.Data.Metadata.Edm.EdmMember> class is a base class for <xref:System.Data.Metadata.Edm.EdmProperty>, <xref:System.Data.Metadata.Edm.NavigationProperty>, and <xref:System.Data.Metadata.Edm.RelationshipEndMember>. The <xref:System.Data.Metadata.Edm.EdmMember> class represents a member that can be declared in any <xref:System.Data.Metadata.Edm.StructuralType>. For more information about members, see [Structural Types (Metadata)](/previous-versions/bb399725(v=vs.90)).
2424
2525
]]></format>
2626
</remarks>

xml/System.Data.Metadata.Edm/EdmType.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,7 @@
1616
<Interfaces />
1717
<Docs>
1818
<summary>Represents a base class for all the types in a conceptual model.</summary>
19-
<remarks>
20-
<format type="text/markdown"><![CDATA[
21-
22-
## Remarks
23-
For more information, see [Metadata Type Hierarchy Overview](https://msdn.microsoft.com/library/d2b18fe0-60a5-4a5c-940d-21d07e5165d4).
24-
25-
]]></format>
26-
</remarks>
19+
<remarks>To be added.</remarks>
2720
</Docs>
2821
<Members>
2922
<Member MemberName="Abstract">

xml/System.Data.Metadata.Edm/EntityContainer.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,14 @@
2020
<format type="text/markdown"><![CDATA[
2121
2222
## Remarks
23-
On the conceptual level, the <xref:System.Data.Metadata.Edm.EntityContainer> class represents a container that will be mapped to a database object in the storage metadata schema. In the storage level, the <xref:System.Data.Metadata.Edm.EntityContainer> class represents a description of the table and/or key relationships that persist data for applications built on the model. For more information about the entity containers in a conceptual model, see [Entity Containers (EDM)](https://msdn.microsoft.com/library/9afa762f-59b8-4a70-b76d-89d90760144c).
24-
25-
23+
On the conceptual level, the <xref:System.Data.Metadata.Edm.EntityContainer> class represents a container that will be mapped to a database object in the storage metadata schema. In the storage level, the <xref:System.Data.Metadata.Edm.EntityContainer> class represents a description of the table and/or key relationships that persist data for applications built on the model. For more information about the entity containers in a conceptual model, see [Entity container](/dotnet/framework/data/adonet/entity-container).
2624
2725
## Examples
2826
The following code sample demonstrates how to get a metadata workspace from the connection and then use that metadata workspace to retrieve information about the entity containers in the specified data model. Note that the metadata workspace is a runtime service component that provides support for retrieving metadata.
2927
3028
The code sample uses a <xref:System.Data.Metadata.Edm.DataSpace.CSpace> and a <xref:System.Data.Metadata.Edm.DataSpace.SSpace> to specify the model. The <xref:System.Data.Metadata.Edm.DataSpace.CSpace> represents the default name for the conceptual model. The <xref:System.Data.Metadata.Edm.DataSpace.SSpace> represents the default name for the storage model.
3129
32-
The `GetEntityContainers` method gets a collection of entity containers and then iterates through the collection to get each entity set and association set in the specified container. The code sample uses the AdventureWorks Model that is provided in the [Adventure Works Model (EDM)](https://msdn.microsoft.com/library/da87d29e-8c89-4310-bbac-5cbd062930a7) topic. For an example of the application config file, see [Adventure Works Object Model in Applications (EDM)](https://msdn.microsoft.com/library/84c01270-90ba-467b-ad24-df10c1ca8f45).
30+
The `GetEntityContainers` method gets a collection of entity containers and then iterates through the collection to get each entity set and association set in the specified container. The code sample uses the [AdventureWorks Model](/previous-versions/bb399790(v=vs.90)).
3331
3432
```csharp
3533
using System;

xml/System.Data.Metadata.Edm/EntitySet.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<format type="text/markdown"><![CDATA[
2121
2222
## Remarks
23-
For more information about the entity sets in a conceptual model, see [Entity Sets (EDM)](https://msdn.microsoft.com/library/464334ee-6a65-4b9e-b081-65efbc182807).
23+
For more information about the entity sets in a conceptual model, see [Entity set](/dotnet/framework/data/adonet/entity-set).
2424
2525
]]></format>
2626
</remarks>

xml/System.Data.Metadata.Edm/EntityType.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<format type="text/markdown"><![CDATA[
2121
2222
## Remarks
23-
For more information, see [Entity Type (EDM)](https://msdn.microsoft.com/library/d33b1f9c-a8ef-4e61-b00b-4cd9fd97c7ea).
23+
For more information, see [Entity type](/dotnet/framework/data/adonet/entity-type).
2424
2525
]]></format>
2626
</remarks>

0 commit comments

Comments
 (0)