Create 64 bit integer bin expression.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public static Exp IntBin( string name )
Parameters
- name
- Type: SystemString
Return Value
Type: ExpExamples
// Integer bin "a" == 200 Exp.EQ(Exp.IntBin("a"), Exp.Val(200))
See Also