|
ColumnNames | | (Required) A list of column names, separated by commas. For example:
OrderID, CustomerID, EmployeeID, OrderDate |
ID | | (Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
NewColumnNames | | A list of column names, separated by commas. The number of items in this list must match the number in the ColumnNames attribute.
For example:
OrderID, CustomerID, EmployeeID, OrderDate |
NewString | | A new string value. |
StartIndex | | (Required) The position within the string to use as a starting point.
Note: This element is zero-based, which means that the first position of a string is zero. |