SetRecords<(Of <(<'T>)>)>..::..Select<(Of <(<'TResult>)>)> Method
Projects each element of an ARecord into a new form.
Namespace:
Aerospike.Database.LINQPadDriver.ExtensionsAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Syntax
public IEnumerable<TResult> Select<TResult>( Func<T, TResult> selector )
Type Parameters
- TResult
- The type of the value returned by selector.