Index > ExpressionPowerTools.Core > ExpressionPowerTools.Core.Signatures > ICustomQueryProvider > ExecuteEnumerable
Execute enumeration from the Expression .
| Overload | Description |
|---|---|
| ExecuteEnumerable(Expression expression) | Execute enumeration from the Expression . |
Execute enumeration from the Expression .
public virtual IEnumerable<T> ExecuteEnumerable(Expression expression)IEnumerable<T> - An instance of IEnumerable<out T> .
| Parameter | Type | Description |
|---|---|---|
expression |
Expression | The Expression to enumerate. |
| Generated | Copyright | Version |
|---|---|---|
| 02/22/2021 21:59:57 | (c) Copyright 2020 Jeremy Likness. | 0.9.7-beta |