Exp MapBin Method Aerospike
Create map bin expression.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.6.0 (4.1.6)
Syntax

Parameters

name
Type: System String
Examples

// Bin a["key"] == "value"
Exp.EQ(
    MapExp.GetByKey(MapReturnType.VALUE, Type.STRING, Exp.Val("key"), Exp.MapBin("a")),
    Exp.Val("value"));
See Also