Table of Contents

Method GetSelector

Namespace
Innova.Data.Entity
Assembly
Innova.Data.dll

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

T

The source type.

TResult

The result type.