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

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 IProjection[] projections
)
Visual Basic
Public Function Select ( _
	ParamArray projections As IProjection() _
) As QueryOver(Of TRoot, TSubType)
Visual C++
public:
QueryOver<TRoot, TSubType>^ Select(
	... array<IProjection^>^ projections
)

Parameters

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

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

Return Value

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

See Also