Property | Type | Description | |
---|---|---|---|
LeftProperty | string | ||
RightProperty | string |
Method | Description | |
---|---|---|
AbstractOnePropertyEachJoinExpression ( string leftProperty, string rightProperty, bool trueOrNot ) |
Base class for normal joins that use one field from both DAOs.
|
protected AbstractOnePropertyEachJoinExpression ( string leftProperty, string rightProperty, bool trueOrNot ) | ||
leftProperty | string | The name of the property on the object returned by the /// left DAO that we are comparing. |
rightProperty | string | The name of the property on the object returned by the /// right DAO that we are comparing. |
trueOrNot | bool | True means look for matches (I.E. ==), /// false means look for non-matches (I.E. !=) |