ListExpRemoveByValueList Method

Create expression that removes list items identified by values. Valid returnType values are NONE or INVERTED

Definition

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

Parameters

returnType  Int32
 
values  Exp
 
bin  Exp
 
ctx  CTX
 

Return Value

Exp

See Also