An ICriterion that represents an "less than" constraint.
The following tables list the members exposed by the LtExpression type.
Public Methods
| Name | Description | |
|---|---|---|
| GetTypedValues | (Inherited from SimpleExpression.) | |
| IgnoreCase | (Inherited from SimpleExpression.) | |
| ToSqlString |
Converts the SimpleExpression to a SqlString.
(Inherited from SimpleExpression.) | |
| ToString | (Inherited from SimpleExpression.) |
Public Constructors
| Name | Description | |
|---|---|---|
| LtExpressionNew |
Initialize a new instance of the LtExpression class for a named
Property and its value.
|
Public Properties
| Name | Description | |
|---|---|---|
| PropertyName |
Gets the named Property for the Expression.
(Inherited from SimpleExpression.) | |
| Value |
Gets the Value for the Expression.
(Inherited from SimpleExpression.) |
Protected Properties
| Name | Description | |
|---|---|---|
| Op |
Get the Sql operator to use for the LtExpression.
(Overrides .Op.) |