Method GetSelector
GetSelector<T, TResult>()
Gets the selector expression for the specified source and result types.
Expression<Func<T, TResult>> GetSelector<T, TResult>()
Returns
- Expression<Func<T, TResult>>
The selector expression.
Type Parameters
TThe source type.
TResultThe result type.