The base class for an ICriterion that compares a single Property
to a value.
The following tables list the members exposed by the SimpleExpression type.
Public Methods
| Name | Description | |
|---|---|---|
| GetTypedValues | (Overrides .GetTypedValues(ICriteria, ICriteriaQuery).) | |
| IgnoreCase | ||
| ToSqlString |
Converts the SimpleExpression to a SqlString.
(Overrides .ToSqlString(ICriteria, ICriteriaQuery, IDictionary).) | |
| ToString | (Overrides .ToString().) |
Public Constructors
| Name | Description | |
|---|---|---|
| SimpleExpressionNew | Overloaded. |
Public Properties
| Name | Description | |
|---|---|---|
| PropertyName |
Gets the named Property for the Expression.
| |
| Value |
Gets the Value for the Expression.
|
Protected Properties
| Name | Description | |
|---|---|---|
| Op |
Get the Sql operator to use for the specific
subclass of SimpleExpression.
|