Extension methods for Expression class
public static class ExpressionExtensions| name | description |
|---|---|
| static GetMembers<T,TR>(…) | Get all members used in a LINQ Expression (built from a lambda for instance) |
| static GetValues<T,TR>(…) | Returns a getter to access all properties values from an expression, as an objects array. |
- namespace Wokhan.Linq.Extensions