The IKeyedMultiQueryableT, K 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.) |
![]() | Item |
Gets the IQueryable{T} associated with a specified key.
|
![]() | Keys |
Gets the keys.
|
![]() | 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.) |
See Also