| Package | Description |
|---|---|
| com.microsoft.azure.cosmosdb |
| Modifier and Type | Method and Description |
|---|---|
SqlParameterCollection |
SqlQuerySpec.getParameters()
Gets the collection of query parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlQuerySpec.setParameters(SqlParameterCollection parameters)
Sets the collection of query parameters.
|
| Constructor and Description |
|---|
SqlQuerySpec(String queryText,
SqlParameterCollection parameters)
Initializes a new instance of the SqlQuerySpec class with the text of the
query and parameters.
|
Copyright © 2018. All rights reserved.