A projected identifier value
Namespace:
NHibernate.ExpressionAssembly: 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(); |