| Package | Description |
|---|---|
| com.microsoft.azure.cosmosdb |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SqlParameter> |
SqlParameterCollection.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SqlParameterCollection.add(SqlParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SqlParameterCollection.addAll(Collection<? extends SqlParameter> parameters) |
| Constructor and Description |
|---|
SqlParameterCollection(SqlParameter... parameters)
Initializes a new instance of the SqlParameterCollection class from an array of parameters.
|
| Constructor and Description |
|---|
SqlParameterCollection(Collection<SqlParameter> parameters)
Initializes a new instance of the SqlParameterCollection class from a collection of parameters.
|
Copyright © 2018. All rights reserved.