A projected identifier value

Namespace:  NHibernate.Expression
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function Id As IdentifierProjection
C#
public static IdentifierProjection Id()
Visual C++
public:
static IdentifierProjection^ Id()
JavaScript
NHibernate.Expression.Projections.id = function();

Return Value

See Also