Add arbitrary IProjections to query

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

Syntax

C#
IQueryOver<TRoot, TSubType> Select(
	params IProjection[] projections
)
Visual Basic
Function Select ( _
	ParamArray projections As IProjection() _
) As IQueryOver(Of TRoot, TSubType)
Visual C++
IQueryOver<TRoot, TSubType>^ Select(
	... array<IProjection^>^ projections
)

Parameters

projections
Type: array<NHibernate.Criterion..::..IProjection>[]()[][]

[Missing <param name="projections"/> documentation for "M:NHibernate.IQueryOver`2.Select(NHibernate.Criterion.IProjection[])"]

Return Value

[Missing <returns> documentation for "M:NHibernate.IQueryOver`2.Select(NHibernate.Criterion.IProjection[])"]

See Also