ExpBin Method
Create bin expression of specified type.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 5.4.1.0 (5.4.1)
public static Exp Bin(
string name,
ExpType type
)
- name String
-
- type ExpType
-
Exp // String bin "a" == "views"
Exp.EQ(Exp.Bin("a", Type.STRING), Exp.Val("views"))