MapExpRemoveByKeyList Method

Create expression that removes map items identified by keys.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 6.0.0
C#
public static Exp RemoveByKeyList(
	Exp keys,
	Exp bin,
	params CTX[] ctx
)

Parameters

keys  Exp
 
bin  Exp
 
ctx  CTX
 

Return Value

Exp

See Also