Create expression that returns if bin of specified name exists.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public static Exp BinExists( string name )
Parameters
- name
- Type: SystemString
Return Value
Type: ExpExamples
// Bin "a" exists in record Exp.BinExists("a")
See Also