QuerySpecExtensionMethods.SelectFrom Method |
Name | Description | |
---|---|---|
![]() ![]() | SelectFrom(DynamicQuery, DynamicQuery) |
Specifies a projection on 'query' which is mimics the projection of the query 'toWrap': it contains fields which target each field in 'toWrap's projection.
It wraps 'toWrap' as the From clause for 'query', overwriting query's From clause, if set.
|
![]() ![]() | SelectFrom<T>(DynamicQuery, DynamicQuery<T>) |
Specifies a projection on 'query' which is mimics the projection of the query 'toWrap': it contains fields which target each field in 'toWrap's projection.
It wraps 'toWrap' as the From clause for 'query', overwriting query's From clause, if set.
|