Referencing columns extracted from parsing Datafilter select where
I want to use a data filter interface for a different use.Then i need to parse the "select where" clause and use the info in there.I am able to parse the Where clause and identify the different column in the expressionbut not reference them DFClause=Currentdatafilter << get where clause();
...
SelectInnerExpr=Arg(parse(DFClause),1);
// let assume for a second this will always return an expression of thi