QuerySpecExtensionMethodsSelectFrom 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.
| |
SelectFromT(DynamicQuery, DynamicQueryT) |
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.
|