[Missing <summary> documentation for "M:NHibernate.Criterion.Lambda.QueryOverSubqueryBuilderBase`4.WhereProperty(System.Linq.Expressions.Expression{System.Func{`2,System.Object}})"]

Namespace: NHibernate.Criterion.Lambda
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public TBuilderType WhereProperty(
	Expression<Func<TSubType, Object>> expression
)
Visual Basic
Public Function WhereProperty ( _
	expression As Expression(Of Func(Of TSubType, Object)) _
) As TBuilderType
Visual C++
public:
TBuilderType WhereProperty(
	Expression<Func<TSubType, Object^>^>^ expression
)

Parameters

expression
Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'TSubType, Object>)>)>>)>)>

[Missing <param name="expression"/> documentation for "M:NHibernate.Criterion.Lambda.QueryOverSubqueryBuilderBase`4.WhereProperty(System.Linq.Expressions.Expression{System.Func{`2,System.Object}})"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Criterion.Lambda.QueryOverSubqueryBuilderBase`4.WhereProperty(System.Linq.Expressions.Expression{System.Func{`2,System.Object}})"]

See Also