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