Create "and" expression.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax
C#
public static PredExp And( ushort nexp )
Parameters
- nexp
- Type: SystemUInt16
number of expressions to perform "and" operation. Usually two.
Return Value
Type: PredExpSee Also