Title here
Summary here
This property can be used in the ColumnTrnansformation to remove a column/property. You can remove a property in either your strong typed or dynamic object.
[AttributeUsage(AttributeTargets.Property)]
public sealed class RemoveColumn : Attribute
public RemoveColumn()
Name of the property that should be removed (not needed if you use this class as an attribute)
public string PropertyName { get; set; }
Type | Description |
---|---|
string |