RemoveColumn

Class RemoveColumn

This property can be used in the ColumnRename transformation to remove a column/property. You can remove a property in either your strong typed or dynamic object.

Inheritance
RemoveColumn
Inherited Members
Namespace: ETLBox
Assembly: ETLBox.dll
Syntax
    [AttributeUsage(AttributeTargets.Property)]
public sealed class RemoveColumn : Attribute

Constructors

RemoveColumn()

Declaration
    public RemoveColumn()

Properties

PropertyName

Name of the property that should be removed (not needed if you use this class as an attribute)

Declaration
    public string PropertyName { get; set; }
Property Value
TypeDescription
string