ParameterCollection ComplexType
Contains a collection of parameters.
Properties
The properties of a complex type contain the structured data of the type.
Name | Type | Details |
---|---|---|
Count | Edm.Int32 |
Gets the number of parameters if the value is returned from the server. Don't set this value when composing parameters to send. |
IsReadOnly | Edm.Boolean |
Whether the collection is read-only or not. Don't set this value when composing parameters to send. |
Keys | Collection( Edm.String ) |
Key names used in the QueryText parameter as placeholders. |
Values | Collection(Object) |
Values of each of the keys to be replaced in the QueryText parameter. |
Used by
The following use the ParameterCollection ComplexType.
Name | How used |
---|---|
ExecuteCosmosSqlQuery | QueryParameters Parameter |