Title here
Summary here
This property can be used in the ColumnTransformation to rename a column. You can rename a property in either your strong typed or dynamic object.
[AttributeUsage(AttributeTargets.Property)]
public sealed class RenameColumn : Attribute public RenameColumn()Contains information for renaming a column in a flow
public RenameColumn(string newName)| Type | Name | Description |
|---|---|---|
| string | newName | The new name of the column |
Current name of the column (not needed if you use this class as an attribute)
public string CurrentName { get; set; }| Type | Description |
|---|---|
| string |
New name of the column
public string NewName { get; set; }| Type | Description |
|---|---|
| string |