共用方式為


EncryptionQueryBuilder class

表示用於在參數化查詢中構建加密參數的構建器類。

建構函式

EncryptionQueryBuilder(string)

方法

addParameter(string, null | string | boolean | JSONObject | JSONArray | Date | CosmosEncryptedNumber, string)

向查詢添加參數

addUnencryptedParameter(string, JSONValue, string)

在查詢中添加未加密的參數

建構函式詳細資料

EncryptionQueryBuilder(string)

new EncryptionQueryBuilder(query: string)

參數

query

string

方法詳細資料

addParameter(string, null | string | boolean | JSONObject | JSONArray | Date | CosmosEncryptedNumber, string)

向查詢添加參數

function addParameter(name: string, value: null | string | boolean | JSONObject | JSONArray | Date | CosmosEncryptedNumber, path: string)

參數

name

string

value

null | string | boolean | JSONObject | JSONArray | Date | CosmosEncryptedNumber

path

string

addUnencryptedParameter(string, JSONValue, string)

在查詢中添加未加密的參數

function addUnencryptedParameter(name: string, value: JSONValue, path: string)

參數

name

string

value
JSONValue
path

string