Namespace:
NHibernate.Expression
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Friend Sub New ( _ aggregate As String, _ propertyName As String _ ) |
C# |
---|
protected internal AggregateProjection( string aggregate, string propertyName ) |
Visual C++ |
---|
protected public: AggregateProjection( String^ aggregate, String^ propertyName ) |
JavaScript |
---|
NHibernate.Expression.AggregateProjection = function(aggregate, propertyName); |