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