Initializes a new instance of the AggregateProjection class
Namespace: NHibernate.CriterionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected internal AggregateProjection( string aggregate, IProjection projection ) |
Visual Basic |
---|
Protected Friend Sub New ( _ aggregate As String, _ projection As IProjection _ ) |
Visual C++ |
---|
protected public: AggregateProjection( String^ aggregate, IProjection^ projection ) |
Parameters
- aggregate
- Type: System..::..String
[Missing <param name="aggregate"/> documentation for "M:NHibernate.Criterion.AggregateProjection.#ctor(System.String,NHibernate.Criterion.IProjection)"]
- projection
- Type: NHibernate.Criterion..::..IProjection
[Missing <param name="projection"/> documentation for "M:NHibernate.Criterion.AggregateProjection.#ctor(System.String,NHibernate.Criterion.IProjection)"]