Table of Contents

Method GetSelectorExpression

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

GetSelectorExpression<T>(string)

Gets the selector expression for the specified property.

public static LambdaExpression GetSelectorExpression<T>(string property)

Parameters

property string

The name of the property.

Returns

LambdaExpression

The selector expression for the property.

Type Parameters

T

The type of the object containing the property.