Table of Contents

Method GetPropertySelectorExpression

Namespace
Innova.Data.Mapper
Assembly
Innova.Data.dll

GetPropertySelectorExpression<T, TResult>(string)

Gets the property selector expression for the specified property name.

public LambdaExpression GetPropertySelectorExpression<T, TResult>(string propertyName)

Parameters

propertyName string

The name of the property.

Returns

LambdaExpression

The property selector expression.

Type Parameters

T

The type of the object.

TResult

The type of the property.