how to reference a Transform Column?
When I generate a Transform Column by sending Transform Column to a data table, I get the a reference to the Column as a return value. When I generate a Transform Column by sending Transform Column to a GraphBuilder Object, I get a refernce to a Graph Builder as a return value - no reference to the column So asking this "Column" col2 for it's name doesn't work. Where can I find more information a...