Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

ANamespaceAccess..::..GetRecords Method (String, array<String>[]()[][])

Gets all records in a set

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

Syntax


public ARecord[] GetRecords(
	string setName,
	params string[] bins
)

Parameters

setName
Type: String
Set name or null for the null set
bins
Type: array<String>[]()[][]
bins you wish to get. If not provided all bins for a record

Return Value

An array of records in the set