Aerospike LINDPad Driver

AerospikeAPI..::..GetValue Method

Gets the value based on binName

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

Syntax


public Object GetValue(
	string binName
)

Parameters

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

Return Value

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