Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

SetRecords..::..OrderBy Method

Placeholder for [System.Linq.Enumerable.OrderBy{TSource, TKey}(IEnumerable{TSource}, Func{TSource, TKey})]

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

Syntax


public IEnumerable<ARecord> OrderBy(
	Func<ARecord, int> orderby
)

Parameters

orderby
Type: Func<(Of <(<'ARecord, Int32>)>)>

Return Value

Exceptions


ExceptionCondition
NotImplementedExceptionAlways throw since it must be executed from AsEnumerable(Exp)