Aerospike LINDPad Driver

SetRecords<(Of <(<'T>)>)>..::..Where Method

Filters a collection based on predicate.

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

Syntax


public IEnumerable<T> Where(
	Func<T, bool> predicate
)

Parameters

predicate
Type: Func<(Of <(<'T, Boolean>)>)>
A function that is used to determine if the item should be returned

Return Value

A collection of filtered items.