The IMultiQueryableT1, T2, T3 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}
| |
| Third |
Gets the third IQueryable{T}
|
See Also