I am upgrading devexpress 10.1 to 12.2 version and I am using this following code. However in 12.2 version the FilterControlNodesFactory() methods cannot take 0 arguments.
How to fix this issue?
public DevExpressFilterToSQL(CriteriaOperator Criteria)
{
_criteria = Criteria;
_head = (Node) CriteriaToTreeProcessor.GetTree(
new FilterControlNodesFactory(), Criteria, null);
}
Found a temporary solution: