Superclass for an ICriterion that represents a
constraint between two properties (with SQL binary operators).
The following tables list the members exposed by the PropertyExpression type.
Public Methods
| Name | Description | |
|---|---|---|
| GetTypedValues | (Overrides .GetTypedValues(ICriteria, ICriteriaQuery).) | |
| ToSqlString | (Overrides .ToSqlString(ICriteria, ICriteriaQuery, IDictionary).) | |
| ToString | (Overrides .ToString().) |
Protected Constructors
| Name | Description | |
|---|---|---|
| PropertyExpressionNew |
Initialize a new instance of the PropertyExpression class
that compares two mapped properties.
|
Protected Properties
| Name | Description | |
|---|---|---|
| Op |
Get the Sql operator to use for the property expression.
|