Exp Bin Method Aerospike
Create bin expression of specified type.

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

Parameters

name
Type: System String
type
Type: Aerospike.Client Exp Type
Examples

// String bin "a" == "views"
Exp.EQ(Exp.Bin("a", Type.STRING), Exp.Val("views"))
See Also