Standard implementation of an InterLinqQuery.
Namespace: Zyan.InterLinq
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public class InterLinqQuery<T> :  InterLinqQueryBase,
IOrderedQueryable<T>,
IQueryable<T>,
IEnumerable<T>,
IOrderedQueryable,
IQueryable,
IEnumerable
Type Parameters
T
The type of the content of the data source.
Collapse/Expand Members

Click here to see the list of members.