The IMultiQueryableT1, T2 generic type exposes the following members.
Properties
Name | Description | |
---|---|---|
Expression |
Gets the expression tree that is associated with this instance of IMultiQueryable
(Inherited from IMultiQueryable.) | |
First |
Gets the first IQueryable{T}
| |
NumberOfInputs |
Gets the number of queries in this instance of IMultiQueryable
(Inherited from IMultiQueryable.) | |
Provider |
Gets the query provider that is associated with this instance of IMultiQueryable
(Inherited from IMultiQueryable.) | |
Second |
Gets the second IQueryable{T}
|
See Also