QStreamable.SelectMany 方法

包含保護的成員
包含繼承的成員

將可以資料流方式處理之序列的每個元素投射到可以資料流方式處理的序列。

此成員已超載。如需此成員完整的詳細資訊 (包括語法、使用狀況及範例),按一下多載清單中的名稱。

多載 清單

  名稱 說明
公用方法靜態成員 SelectMany<TKey, TSource, TResult>(IQPartitionedStreamable<TKey, TSource>, Expression<Func<IQStreamable<TSource>, IQStreamable<TResult>>>) 分割資料流的合併運算子。
公用方法靜態成員 SelectMany<TSource, TResult>(IQWindowedStreamable<TSource>, Expression<Func<IQWindowSource<TSource>, IQWindowResult<TResult>>>) 在給定函數時,傳回從視窗到視窗結果之結果資料流的繫結運算子。
公用方法靜態成員 SelectMany<TKey, TSource, TBind, TResult>(IQPartitionedStreamable<TKey, TSource>, Expression<Func<IQStreamable<TSource>, IQStreamable<TBind>>>, Expression<Func<IKey<TKey>, TBind, TResult>>) 分割資料流的合併運算子。
公用方法靜態成員 SelectMany<TKey, TSource, TBind, TResult>(IQPartitionedStreamable<TKey, TSource>, Expression<Func<IQStreamable<TSource>, IQWindowedStreamable<TBind>>>, Expression<Func<IKey<TKey>, CepWindow<TBind>, TResult>>) 分割資料流的合併彙總運算子。
公用方法靜態成員 SelectMany<TLeft, TRight, TResult>(IQStreamable<TLeft>, Expression<Func<Unit, IQStreamable<TRight>>>, Expression<Func<TLeft, TRight, TResult>>) 交叉聯結運算子。
公用方法靜態成員 SelectMany<TSource, TBind, TResult>(IQWindowedStreamable<TSource>, Expression<Func<IQWindowSource<TSource>, IQWindowResult<TBind>>>, Expression<Func<Unit, TBind, TResult>>) 在給定函數時,傳回從視窗到視窗結果之結果資料流的繫結運算子。

上層

請參閱

參考

QStreamable 類別

Microsoft.ComplexEventProcessing.Linq 命名空間