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: articles/cosmos-db/sql/migrate-dotnet-v3.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,12 +129,6 @@ The following properties have been removed:
129
129
130
130
*`FeedOptions.PopulateQueryMetrics`
131
131
132
-
### Changes to SqlQuerySpec (QueryDefinition in v3.0 SDK)
133
-
134
-
The `SqlQuerySpec` class in SDK v2 has now been renamed to `QueryDefinition` in the SDK v3, and can be viewed in the [sample](#query-items) below.
135
-
136
-
`SqlParameterCollection` and `SqlParameter` has been removed. Parameters are now added to the `QueryDefinition` with a builder model using `QueryDefinition.WithParameter`. Users can access the parameters with `QueryDefinition.GetQueryParameters`
137
-
138
132
### Constructing a client
139
133
140
134
The .NET SDK v3 provides a fluent `CosmosClientBuilder` class that replaces the need for the SDK v2 URI Factory.
0 commit comments