Метод | Описание | |
---|---|---|
Extract ( IQueryable qry, |
Extracts the first inner SELECT from an IQueryable. Useful for building DataSelect expressions for Reporting
|
public static Extract ( IQueryable qry, |
||
qry | IQueryable | The qry. |
propertyExpression | The property expression. | |
parameterName | string | Name of the parameter (forexample: 'p') from the qry to replace with the parameterExpression. |
Результат |