Share via


QStreamable.Select Method

Include Protected Members
Include Inherited Members

Projection operator.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member Select<TSource, TResult>(IQOrderedWindow<TSource>, Expression<Func<TSource, TResult>>) Projection operator over ordered window.
Public methodStatic member Select<TSource, TResult>(IQStreamable<TSource>, Expression<Func<TSource, TResult>>) Projection operator.
Public methodStatic member Select<TSource, TResult>(IQWindowedStreamable<TSource>, Expression<Func<CepWindow<TSource>, TResult>>) Projection method supporting aggregate computations over windows.

Top

See Also

Reference

QStreamable Class

Microsoft.ComplexEventProcessing.Linq Namespace