Exp BinExists Method Aerospike
Create expression that returns if bin of specified name exists.

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" exists in record
Exp.BinExists("a")
See Also