Skip to content

Commit e5466f0

Browse files
authored
added dropped text (dotnet#2998)
1 parent 288d214 commit e5466f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Data.EntityClient/EntityConnection.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<format type="text/markdown"><![CDATA[
119119
120120
## Remarks
121-
The generate a named connection string that is stored in the application's configuration file. This named connection string can be supplied in place of the `connectionString` parameter when you instantiate the <xref:System.Data.EntityClient.EntityConnection> class.
121+
The [Entity Data Model tools ](https://docs.microsoft.com/previous-versions/dotnet/netframework-4.0/bb399249(v=vs.100)) generate a named connection string that is stored in the application's configuration file. This named connection string can be supplied in place of the `connectionString` parameter when you instantiate the <xref:System.Data.EntityClient.EntityConnection> class.
122122
123123
To avoid inadvertently putting objects <xref:System.Data.Common.CommandTrees> and <xref:System.Data.Objects.ObjectContext> out of sync with their metadata, <xref:System.Data.EntityClient.EntityConnection> must lock its metadata. No changes to the connection string are allowed after the metadata is locked. The following are two scenarios in which metadata is locked:
124124
@@ -839,4 +839,4 @@ Provider Connection String= 'Data Source=localhost;
839839
</Docs>
840840
</Member>
841841
</Members>
842-
</Type>
842+
</Type>

0 commit comments

Comments
 (0)