Aerospike LINDPad Driver

AValueHelper..::..ToAValueList Method (Record)

Converts an Record to a collection of AValues.

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

Syntax


public static IEnumerable<AValue> ToAValueList(
	this Record record
)

Parameters

record
Type: Record
An Record

Return Value

Collection of AValues that represent record.

Exceptions


ExceptionCondition
NullReferenceException If record is null.