Aracılığıyla paylaş


Streamable.Where<TKey,TPayload> Yöntem

Tanım

Koşulun false olarak değerlendirildiği satırları hariç tutarak akış yapılabilir bir filtre gerçekleştirir.

public static Microsoft.StreamProcessing.IStreamable<TKey,TPayload> Where<TKey,TPayload>(this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, System.Linq.Expressions.Expression<Func<TPayload,bool>> predicate);
static member Where : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> * System.Linq.Expressions.Expression<Func<'Payload, bool>> -> Microsoft.StreamProcessing.IStreamable<'Key, 'Payload>
<Extension()>
Public Function Where(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), predicate As Expression(Of Func(Of TPayload, Boolean))) As IStreamable(Of TKey, TPayload)

Tür Parametreleri

TKey
TPayload

Parametreler

source
IStreamable<TKey,TPayload>

Filtre uygulamak için giriş akışı

predicate
Expression<Func<TPayload,Boolean>>

Akıştaki tüm verilere uygulanacak koşul

Döndürülenler

Şunlara uygulanır