An ICriterion that represents an "equal" constraint between two properties.

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

Public Methods

  NameDescription
GetTypedValues (Inherited from PropertyExpression.)
ToSqlString (Inherited from PropertyExpression.)
ToString
(Inherited from PropertyExpression.)

Public Constructors

  NameDescription
EqPropertyExpressionNew
Initializes a new instance of the EqPropertyExpression class that compares two mapped properties using an "equal" constraint.

Protected Properties

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