An object-oriented representation of a query criterion that may be used as a constraint
in a ICriteria query.
Namespace: NHibernate.CriterionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public interface ICriterion |
Visual Basic |
---|
Public Interface ICriterion |
Visual C++ |
---|
public interface class ICriterion |
Remarks
Built-in criterion types are provided by the Expression factory class.
This interface might be implemented by application classes but, more commonly, application
criterion types would extend AbstractCriterion.