Aerospike LINDPad Driver

AerospikeAPI..::..ToValue Method

Gets the AValue based on binName

Namespace:  Aerospike.Database.LINQPadDriver.Extensions
Assembly:  Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)

Syntax


public AValue ToValue(
	string binName
)

Parameters

binName
Type: String
The name of the bin within the record

Return Value

The AValue of the bin or null indicating that the bin was not found.