rename column infotable thingworx code example
Example: rename column infotable thingworx
var result = Resources.InfoTableFunctions.RenameField({
t: undefined /* INFOTABLE */,
from: undefined /* STRING */,
to: undefined /* STRING */
});