The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

QueryablePlan<TResult> Properties

QueryablePlan<TResult> Properties

Include Protected Members
Include Inherited Members

The QueryablePlan<TResult> type exposes the following members.

Properties

NameDescriptionPublic propertyExpressionGets the expression tree that is associated with the instance of queryable.Top

See Also

Reference

QueryablePlan<TResult> Class

System.Reactive.Joins Namespace

QueryablePlan<TResult> Methods

Include Protected Members
Include Inherited Members

The QueryablePlan<TResult> type exposes the following members.

Methods

NameDescriptionPublic methodEquals(Inherited from Object.)Protected methodFinalize(Inherited from Object.)Public methodGetHashCode(Inherited from Object.)Public methodGetType(Inherited from Object.)Protected methodMemberwiseClone(Inherited from Object.)Public methodToString(Inherited from Object.)Top

See Also

Reference

QueryablePlan<TResult> Class

System.Reactive.Joins Namespace

QueryablePlan<TResult> Class

Represents an execution plan for join queryable patterns.

Inheritance Hierarchy

System.Object
  System.Reactive.Joins.QueryablePlan<TResult>

Namespace:  System.Reactive.Joins
Assembly:  System.Reactive.Providers (in System.Reactive.Providers.dll)

Syntax

'Declaration
Public Class QueryablePlan(Of TResult)
'Usage
Dim instance As QueryablePlan(Of TResult)
public class QueryablePlan<TResult>
generic<typename TResult>
public ref class QueryablePlan
type QueryablePlan<'TResult> =  class end
JScript does not support generic types and methods.

Type Parameters

  • TResult
    The type of the result of plan.

The QueryablePlan<TResult> type exposes the following members.

Properties

NameDescriptionPublic propertyExpressionGets the expression tree that is associated with the instance of queryable.Top

Methods

NameDescriptionPublic methodEquals(Inherited from Object.)Protected methodFinalize(Inherited from Object.)Public methodGetHashCode(Inherited from Object.)Public methodGetType(Inherited from Object.)Protected methodMemberwiseClone(Inherited from Object.)Public methodToString(Inherited from Object.)Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Reactive.Joins Namespace