RelationalFilter.withPropertyAndProperty constructor
RelationalFilter.withPropertyAndProperty(
- PropertyDefinitionBase propertyDefinition,
- PropertyDefinitionBase otherPropertyDefinition
Implementation
RelationalFilter.withPropertyAndProperty(
PropertyDefinitionBase propertyDefinition,
PropertyDefinitionBase otherPropertyDefinition)
: super.withProperty(propertyDefinition) {
this._otherPropertyDefinition = otherPropertyDefinition;
}