PredExpOr Method

Aerospike
Create "or" expression.

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

C#
public static PredExp Or(
	ushort nexp
)

Parameters

nexp
Type: SystemUInt16
number of expressions to perform "or" operation. Usually two.

Return Value

Type: PredExp
See Also

Reference