An ICriterion that represents an "less than" constraint between two properties.

The following tables list the members exposed by the LtPropertyExpression type.

Public Methods

  NameDescription
GetTypedValues (Inherited from PropertyExpression.)
ToSqlString (Inherited from PropertyExpression.)
ToString
(Inherited from PropertyExpression.)

Public Constructors

  NameDescription
LtPropertyExpressionNew
Initializes a new instance of the LtPropertyExpression class that compares two mapped properties using an "less than" constraint.

Protected Properties

  NameDescription
Op
Get the Sql operator to use for the LtPropertyExpression.
(Overrides .Op.)