Title here
Summary here
The WhereTransformation allows you to filter out rows where a defined predicate is false. By default the WhereTransformation will filter out null values.
public class WhereTransformation : WhereTransformation<ExpandoObject>, IDataFlowTransformation<ExpandoObject, ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowSource, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent, ILoggableTask public WhereTransformation() public WhereTransformation(Predicate<ExpandoObject> predicate)| Type | Name | Description |
|---|---|---|
| Predicate<ExpandoObject> | predicate |