Performs the given renames to the columns in table {0}. A replacement operation {1} consists of a list of two values, the ...

Performs the given renames to the columns in table {0}. A replacement operation {1} consists of a list of two values, the old column name and new column name, provided in a list.
    If the column doesn't exist, an exception is thrown unless the optional parameter {2} specifies an alternative (eg. MissingField.UseNull or MissingField.Ignore).