Share via


Window<TKey,TSource>.Filter Field

Definition

The filter associated with the given window. Defaults to null.

protected readonly System.Linq.Expressions.Expression<Func<TSource,bool>> Filter;
val mutable Filter : System.Linq.Expressions.Expression<Func<'Source, bool>>
Protected ReadOnly Filter As Expression(Of Func(Of TSource, Boolean)) 

Field Value

Expression<Func<TSource,Boolean>>

Applies to