Retrieves the name of the property from a member expression (without leading member access)
Namespace: NHibernate.ImplAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public static string FindPropertyExpression( Expression expression ) |
Visual Basic |
---|
Public Shared Function FindPropertyExpression ( _ expression As Expression _ ) As String |
Visual C++ |
---|
public: static String^ FindPropertyExpression( Expression^ expression ) |
Parameters
- expression
- Type: System.Linq.Expressions..::..Expression
[Missing <param name="expression"/> documentation for "M:NHibernate.Impl.ExpressionProcessor.FindPropertyExpression(System.Linq.Expressions.Expression)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Impl.ExpressionProcessor.FindPropertyExpression(System.Linq.Expressions.Expression)"]