You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-tools/entity-data-model-tools-in-visual-studio.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.subservice: data-tools
11
11
12
12
# Entity Framework Tools in Visual Studio
13
13
14
-
Entity Framework is an object-relational mapping technology that enables .NET developers to work with relational data by using domain-specific objects. It eliminates the need for most of the data-access code that developers usually need to write. Entity Framework is the recommended object-relational mapping (ORM) modeling technology for new .NET applications.
14
+
Entity Framework is an object-relational mapping (ORM) technology that enables .NET developers to work with relational data by using domain-specific objects. It eliminates the need for most of the data-access code that developers usually need to write. Entity Framework is the recommended object-relational mapping (ORM) modeling technology for new .NET applications.
15
15
16
16
Entity Framework Tools are designed to help you build Entity Framework (EF) applications. The complete documentation for Entity Framework is here: [Overview - EF 6](/ef/ef6/).
Copy file name to clipboardExpand all lines: docs/data-tools/how-to-add-update-or-remove-a-wcf-data-service-reference.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,11 @@ The WCF tools are not installed with the .NET workload; use the Visual Studio In
31
31
32
32
### To add a reference to an external service (.NET Framework projects)
33
33
34
-
1. In **Solution Explorer**, right-click the name of the project to which you want to add the service, and then click**Add Service Reference**.
34
+
1. In **Solution Explorer**, right-click the name of the project to which you want to add the service, and then select**Add Service Reference**.
35
35
36
36
The **Add Service Reference** dialog box appears.
37
37
38
-
1. In the **Address** box, enter the URL for the service, and then click**Go** to search for the service. If the service implements user name and password security, you might be prompted for a user name and password. You can also choose a service in your own solution. Choose the **Discover** button, and then choose **Services in Solution**.
38
+
1. In the **Address** box, enter the URL for the service, and then select**Go** to search for the service. If the service implements user name and password security, you might be prompted for a user name and password. You can also choose a service in your own solution. Choose the **Discover** button, and then choose **Services in Solution**.
39
39
40
40
> [!NOTE]
41
41
> You should only reference services from a trusted source. Adding references from an untrusted source might compromise security.
@@ -64,7 +64,7 @@ The WCF tools are not installed with the .NET workload; use the Visual Studio In
64
64
65
65

66
66
67
-
1. In the **URI** box, enter the URL for the service, and then click**Go** to search for the service. If the service implements user name and password security, you might be prompted for a user name and password.
67
+
1. In the **URI** box, enter the URL for the service, and then select**Go** to search for the service. If the service implements user name and password security, you might be prompted for a user name and password.
68
68
69
69
> [!NOTE]
70
70
> You should only reference services from a trusted source. Adding references from an untrusted source might compromise security.
@@ -83,7 +83,7 @@ The WCF tools are not installed with the .NET workload; use the Visual Studio In
83
83
84
84
### To add a reference to a service in the current solution (.NET Framework projects)
85
85
86
-
1. In **Solution Explorer**, right-click the name of the project to which you want to add the service, and then click**Add Service Reference**.
86
+
1. In **Solution Explorer**, right-click the name of the project to which you want to add the service, and then select**Add Service Reference**.
87
87
88
88
The **Add Service Reference** dialog box appears.
89
89
@@ -128,7 +128,7 @@ The Entity Data Model for a WCF Data Services sometimes changes. When this happe
128
128
### To update a service reference
129
129
130
130
:::moniker range="<=vs-2019"
131
-
- In **Solution Explorer**, right-click the service reference and then click**Update Service Reference**.
131
+
- In **Solution Explorer**, right-click the service reference, and then select**Update Service Reference**.
132
132
133
133
A progress dialog box displays while the reference is updated from its original location, and the service client is regenerated to reflect any changes in the metadata.
134
134
:::moniker-end
@@ -138,7 +138,7 @@ For .NET Core projects, use the `dotnet-svcutil` tool. See [dotnet-svcutil](/dot
138
138
139
139
For .NET Framework projects:
140
140
141
-
- In **Solution Explorer**, expand the **Connected Services** node, right-click the service reference, and then click**Update Service Reference**.
141
+
- In **Solution Explorer**, expand the **Connected Services** node, right-click the service reference, and then select**Update Service Reference**.
142
142
143
143
A progress dialog box displays while the reference is updated from its original location, and the service client is regenerated to reflect any changes in the metadata.
144
144
:::moniker-end
@@ -149,7 +149,7 @@ If a service reference is no longer being used, you can remove it from your solu
149
149
150
150
### To remove a service reference
151
151
152
-
- In **Solution Explorer**, right-click the service reference and then click**Delete**.
152
+
- In **Solution Explorer**, right-click the service reference, and then select**Delete**.
153
153
154
154
The service client will be removed from the solution, and the metadata that describes the service will be removed from the *app.config* file.
Copy file name to clipboardExpand all lines: docs/data-tools/how-to-configure-inheritance-by-using-the-o-r-designer.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,10 @@ Creating an object model that uses inheritance (and corresponds to relational da
25
25
26
26
3. Drag a second copy of the table onto the **O/R Designer** and rename it. This is the derived class, or subclass.
27
27
28
-
4. Click **Inheritance** in the **Object Relational Designer** tab of the **Toolbox**, and then click the subclass (the table you renamed) and connect it to the base class.
28
+
4. Click **Inheritance** in the **Object Relational Designer** tab of the **Toolbox**, and then select the subclass (the table you renamed) and connect it to the base class.
29
29
30
30
> [!NOTE]
31
-
> Click the **Inheritance** item in the **Toolbox** and release the mouse button, click the second copy of the class you created in step 3, and then click the first class you created in step 2. The arrow on the inheritance line points to the first class.
31
+
> Click the **Inheritance** item in the **Toolbox** and release the mouse button, click the second copy of the class you created in step 3, and then select the first class you created in step 2. The arrow on the inheritance line points to the first class.
32
32
33
33
5. In each class, delete any object properties that you do not want to appear and that are not used for associations. You receive an error if you attempt to delete object properties used for associations: [`The property <property name> cannot be deleted because it is participating in the association <association name>`](../data-tools/the-property-property-name-cannot-be-deleted-because-it-is-participating-in-the-association-association-name.md).
Copy file name to clipboardExpand all lines: docs/data-tools/how-to-extend-code-generated-by-the-o-r-designer.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Code generated by the **O/R Designer** is regenerated when changes are made to t
21
21
22
22
1. Open or create a new LINQ to SQL Classes file (*`.dbml`* file) in the **O/R Designer**. (Double-click the *`.dbml`* file in **Solution Explorer** or **Database Explorer**.)
23
23
24
-
2. In the **O/R Designer**, right-click the class for which you want to add validation and then click**View Code**.
24
+
2. In the **O/R Designer**, right-click the class for which you want to add validation, and then select**View Code**.
25
25
26
26
The Code Editor opens with a partial class for the selected entity class.
27
27
@@ -33,7 +33,7 @@ Code generated by the **O/R Designer** is regenerated when changes are made to t
33
33
34
34
1. Open or create a new LINQ to SQL Classes file (*`.dbml`* file) in the **O/R Designer**. (Double-click the *`.dbml`* file in **Solution Explorer** or **Database Explorer**.)
35
35
36
-
2. In the **O/R Designer**, right-click an empty area on the designer and then click**View Code**.
36
+
2. In the **O/R Designer**, right-click an empty area on the designer, and then select**View Code**.
37
37
38
38
The Code Editor opens with a partial class for the DataContext.
0 commit comments