SetRecords Class
Represents information about an Aerospike set within a namespace.
It also contains the complete result set of this Aerospike set and is Enumerable returning a collection of ARecords.
Namespace:
Aerospike.Database.LINQPadDriver.ExtensionsAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Syntax
[DebuggerDisplayAttribute] public class SetRecords : IEnumerable<ARecord>, IEquatable<ARecord>