An ICriterion that represents an "less than or equal" constraint.

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

Public Methods

  NameDescription
GetTypedValues (Inherited from SimpleExpression.)
IgnoreCase (Inherited from SimpleExpression.)
ToSqlString
Converts the SimpleExpression to a SqlString.
(Inherited from SimpleExpression.)
ToString
(Inherited from SimpleExpression.)

Public Constructors

  NameDescription
LeExpressionNew
Initialize a new instance of the LeExpression class for a named Property and its value.

Public Properties

  NameDescription
PropertyName
Gets the named Property for the Expression.
(Inherited from SimpleExpression.)
Value
Gets the Value for the Expression.
(Inherited from SimpleExpression.)

Protected Properties

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