Class FilterTransformation
The FilterTransformation allows you to filter out rows that evaluate to a given predicate. By default the filter transformation will filter out null values.
Inheritance
System.Object
DataFlowSource<System.Dynamic.ExpandoObject>
FilterTransformation<System.Dynamic.ExpandoObject>
FilterTransformation
Implements
IDataFlowSource<System.Dynamic.ExpandoObject>
IDataFlowDestination<System.Dynamic.ExpandoObject>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ETLBox.DataFlow.Transformations
Assembly: ETLBox.dll
Syntax
public class FilterTransformation : FilterTransformation<ExpandoObject>, ILoggableTask, IDataFlowLogging, IDataFlowTransformation<ExpandoObject, ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowSource, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent
Constructors
FilterTransformation()
Declaration
public FilterTransformation()
FilterTransformation(Predicate<ExpandoObject>)
Declaration
public FilterTransformation(Predicate<ExpandoObject> filterPredicate)
Parameters
Type | Name | Description |
---|---|---|
System.Predicate<System.Dynamic.ExpandoObject> | filterPredicate |