[Missing <summary> documentation for "M:NHibernate.Criterion.QueryOver`2.Select(System.Linq.Expressions.Expression{System.Func{`0,System.Object}}[])"]

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

Syntax

C#
public QueryOver<TRoot, TSubType> Select(
	params Expression<Func<TRoot, Object>>[] projections
)
Visual Basic
Public Function Select ( _
	ParamArray projections As Expression(Of Func(Of TRoot, Object))() _
) As QueryOver(Of TRoot, TSubType)
Visual C++
public:
QueryOver<TRoot, TSubType>^ Select(
	... array<Expression<Func<TRoot, Object^>^>^>^ projections
)

Parameters

projections
Type: array<System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'TRoot, Object>)>)>>)>)>>[]()[][]

[Missing <param name="projections"/> documentation for "M:NHibernate.Criterion.QueryOver`2.Select(System.Linq.Expressions.Expression{System.Func{`0,System.Object}}[])"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Criterion.QueryOver`2.Select(System.Linq.Expressions.Expression{System.Func{`0,System.Object}}[])"]

See Also