Exp ListBin Method Aerospike
Create list bin expression.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.0.3.0 (4.0.3)
Syntax

Parameters

name
Type: System String
Examples

// Bin a[2] == 3
Exp.EQ(ListExp.GetByIndex(ListReturnType.VALUE, Type.INT, Exp.Val(2), Exp.ListBin("a")), Exp.Val(3))
See Also