ListExpRemoveByValue Method

Create expression that removes list items identified by value.

Definition

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

Parameters

value  Exp
 
bin  Exp
 
ctx  CTX
 

Return Value

Exp

See Also