ExpressionFromBytes Method

Return a new expression from packed expression instructions in bytes.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static Expression FromBytes(
	byte[] bytes
)

Parameters

bytes  Byte
 

Return Value

Expression

See Also