Standard implementation of an InterLinqQuery.
Declaring type: InterLinqQuery<T>
Namespace: Zyan.InterLinq
Assembly: Zyan.Communication
Collapse/Expand Public Constructors
  Name Description
Public Method InterLinqQuery Overloaded. Initializes this Query with the arguments.
Collapse/Expand Public Methods
  Name Description
Public Method GetEnumerator Returns an System.Collections.Generic.IEnumerator`1 that iterates through the returned result of this query.
Public Method Virtual ToString Returns a that represents this instance.
Collapse/Expand Public Properties
  Name Description
Public Property ElementType Gets the type of the element(s) that are returned when the Expression tree associated with this instance of System.Linq.IQueryable is executed.
Public Property Expression Gets the Expression tree that is associated with the instance of System.Linq.IQueryable.
Public Property Provider Gets the System.Linq.IQueryProvider that is associated with this data source.