An ICriterion that represents an "equal" constraint
between two properties.
The following tables list the members exposed by the EqPropertyExpression type.
Public Methods
| Name | Description | |
|---|---|---|
| GetTypedValues | (Inherited from PropertyExpression.) | |
| ToSqlString | (Inherited from PropertyExpression.) | |
| ToString | (Inherited from PropertyExpression.) |
Public Constructors
| Name | Description | |
|---|---|---|
| EqPropertyExpressionNew |
Initializes a new instance of the EqPropertyExpression class
that compares two mapped properties using an "equal" constraint.
|
Protected Properties
| Name | Description | |
|---|---|---|
| Op |
Get the Sql operator to use for the EqPropertyExpression.
(Overrides .Op.) |