ListExpRemoveByValueList Method

Create expression that removes list items identified by values.

Definition

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

Parameters

values  Exp
 
bin  Exp
 
ctx  CTX
 

Return Value

Exp

See Also