ExpBinExists Method
Create expression that returns if bin of specified name exists.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 6.0.1
public static Exp BinExists(
string name
)
- name String
-
Exp // Bin "a" exists in record
Exp.BinExists("a")