Table of Contents

Method GetMemberExpression

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

GetMemberExpression(string, ParameterExpression)

Gets the member expression for the specified property.

public static MemberExpression GetMemberExpression(string property, ParameterExpression parameterExpression)

Parameters

property string

The name of the property.

parameterExpression ParameterExpression

The parameter expression representing the object containing the property.

Returns

MemberExpression

The member expression for the property.