Apply an "equal" constraint to the identifier property
Namespace:
NHibernate.ExpressionAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function IdEq ( _ value As Object _ ) As ICriterion |
C# |
---|
public static ICriterion IdEq( Object value ) |
Visual C++ |
---|
public: static ICriterion^ IdEq( Object^ value ) |
JavaScript |
---|
NHibernate.Expression.Expression.idEq = function(value); |
Parameters
- value
- Type: System..::.Object