// RESOLVE: We should probably get rid of this and standardize on the
// SqlRetrieveDesc.GetOperationInfo method.
if (propertyKey == PROP_ORDERBY) {
if (operation == ActionDesc.OP_ORDERBY
|| operation == ActionDesc.OP_ORDERBY_DESC) {
return ConstraintNode.PROP_TRUE;
} else {
return ConstraintNode.PROP_FALSE;
}
}
return ConstraintNode.PROP_UNKNOWN;