Aerospike LINDPad Driver

AValueHelper..::..ToAValueList Method (ARecord)

Converts an ARecord 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 ARecord record
)

Return Value

Collection of AValues that represent record.

Exceptions


ExceptionCondition
NullReferenceException If record is null.