We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6db941 commit 3f784d4Copy full SHA for 3f784d4
xml/System.Data.Metadata.Edm/ComplexType.xml
@@ -120,7 +120,7 @@ Class GetComplexTypeMembersExample
120
Using connection As EntityConnection = _
121
New EntityConnection("Name=CustomerWComplexAddrEntities")
122
123
- ' Open the conection.
+ ' Open the connection.
124
connection.Open()
125
126
' Access the metadata workspace.
xml/System.Data.Metadata.Edm/EntityContainer.xml
@@ -145,7 +145,7 @@ Class GetEntityContainerExample
145
146
New EntityConnection("Name=AdventureWorksEntities")
147
148
149
150
151
0 commit comments