Search Results for

    Show / Hide Table of Contents

    Interface IQbservable

    Provides functionality to evaluate queries against a specific data source wherein the type of the data is not specified.

    Namespace: System.Reactive.Linq
    Assembly: System.Reactive.Interfaces.dll
    Syntax
    public interface IQbservable

    Properties

    | Improve this Doc View Source

    ElementType

    Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQbservable is executed.

    Declaration
    Type ElementType { get; }
    Property Value
    Type Description
    Type
    | Improve this Doc View Source

    Expression

    Gets the expression tree that is associated with the instance of IQbservable.

    Declaration
    Expression Expression { get; }
    Property Value
    Type Description
    Expression
    | Improve this Doc View Source

    Provider

    Gets the query provider that is associated with this data source.

    Declaration
    IQbservableProvider Provider { get; }
    Property Value
    Type Description
    IQbservableProvider
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX