添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Uses of SqlParameter in com.azure.cosmos.models

Methods in com.azure.cosmos.models that return SqlParameter Modifier and Type Method and Description SqlParameter SqlParameter. setName ( String name)
Sets the name of the parameter.
SqlParameter SqlParameter. setValue ( Object value)
Sets the value of the parameter.
SqlQuerySpec ( String queryText, SqlParameter ... parameters)
Initializes a new instance of the SqlQuerySpec class with the text of the query and parameters.