Namespace:
NHibernate.Expression
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ proj As IProjection _ ) |
C# |
---|
public Distinct( IProjection proj ) |
Visual C++ |
---|
public: Distinct( IProjection^ proj ) |
JavaScript |
---|
NHibernate.Expression.Distinct = function(proj); |
Parameters
- proj
- Type: NHibernate.Expression..::.IProjection