Select an arbitrary projection
Namespace: NHibernate.Criterion.LambdaAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public QueryOverProjectionBuilder<T> Select( IProjection projection ) |
| Visual Basic |
|---|
Public Function Select ( _ projection As IProjection _ ) As QueryOverProjectionBuilder(Of T) |
| Visual C++ |
|---|
public: QueryOverProjectionBuilder<T>^ Select( IProjection^ projection ) |
Parameters
- projection
- Type: NHibernate.Criterion..::..IProjection
[Missing <param name="projection"/> documentation for "M:NHibernate.Criterion.Lambda.QueryOverProjectionBuilder`1.Select(NHibernate.Criterion.IProjection)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Criterion.Lambda.QueryOverProjectionBuilder`1.Select(NHibernate.Criterion.IProjection)"]