SourceTransformers..::..Select<(Of <(<'TSource, TValue>)>)> Method
Custom source transformer that can, e.g., select property to be used in comparison
Namespace:
Suoranta.EnterpriseLib.Linq.FiltersAssembly: Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)
Syntax
public static Expression<Func<TSource, TValue>> Select<TSource, TValue>( string expression )
Type Parameters
- TSource
- TValue
Parameters
- expression
- Type: String
When entering expression, use e to denote input of type TSource

