Skip to content

System.Reactive.Linq namespace

Part of the System.Reactive package.

TypeKindSummary
IGroupedObservableinterfaceRepresents an observable sequence of elements that have a common key.
IQbservableinterfaceProvides functionality to evaluate queries against a specific data source wherein the type of the data is not specified.
IQbservableinterfaceProvides functionality to evaluate queries against a specific data source wherein the type of the data is known.
IQbservableProviderinterfaceDefines methods to create and execute queries that are described by an IQbservable object.
LocalQueryMethodImplementationTypeAttributeclassAttribute applied to static classes providing expression tree forms of query methods, mapping those to the corresponding methods for local query execution on the specified target class type.
ObservableclassProvides a set of static methods for writing in-memory queries over observable sequences.
ObservableExclassProvides a set of static methods for writing in-memory queries over observable sequences.
QbservableclassProvides a set of static methods for writing queries over observable sequences, allowing translation to a target query language.
QbservableExclassProvides a set of static methods for writing queries over observable sequences, allowing translation to a target query language.
QueryDebuggerclass(Infrastructure) Implement query debugger services.