Share via


Window<TKey,TSource>.Where Method

Definition

Filter input rows with the specified filter.

public Microsoft.StreamProcessing.FilteredWindow<TKey,TSource> Where (System.Linq.Expressions.Expression<Func<TSource,bool>> predicate);
member this.Where : System.Linq.Expressions.Expression<Func<'Source, bool>> -> Microsoft.StreamProcessing.FilteredWindow<'Key, 'Source>
Public Function Where (predicate As Expression(Of Func(Of TSource, Boolean))) As FilteredWindow(Of TKey, TSource)

Parameters

predicate
Expression<Func<TSource,Boolean>>

Returns

Applies to