ASP.NET Pack Programmer's Guide
IEnumerable.where Method
See Also
 





Filters a sequence of values based on a predicate.

Namespace: MindFusion.Mapping
Package: IEnumerable.js

 Syntax

JavaScript  Copy Code

function where (selector)

 Parameters

selector

function. A function to test each element for a condition.

 Return Value

IEnumerable. An collection that contains elements from the input sequence that satisfy the condition.

 See Also

IEnumerable Members
IEnumerable Class
MindFusion.Mapping Namespace