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
stringThe name of the property.
parameterExpression
ParameterExpressionThe parameter expression representing the object containing the property.
Returns
- MemberExpression
The member expression for the property.