Initializes a new instance of the BetweenExpression class.
Namespace: NHibernate.CriterionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public BetweenExpression( IProjection projection, Object lo, Object hi ) |
Visual Basic |
---|
Public Sub New ( _ projection As IProjection, _ lo As Object, _ hi As Object _ ) |
Visual C++ |
---|
public: BetweenExpression( IProjection^ projection, Object^ lo, Object^ hi ) |
Parameters
- projection
- Type: NHibernate.Criterion..::..IProjection
The _projection.
- lo
- Type: System..::..Object
The _lo.
- hi
- Type: System..::..Object
The _hi.