Class FilterTransformationThe FilterTransformation allows you to filter out rows that evaluate to a given predicate. By default the filter transformation will filter out null values.InheritanceobjectLoggableTaskDataFlowComponentDataFlowSource<ExpandoObject>DataFlowTransformation<ExpandoObject, ExpandoObject>FilterTransformation<ExpandoObject>FilterTransformationImplementsIDataFlowTransformation<ExpandoObject, ExpandoObject>IDataFlowSource<ExpandoObject>IDataFlowSourceIDataFlowDestination<ExpandoObject>IDataFlowDestinationIDataFlowComponentILoggableTaskInherited MembersFilterTransformation<ExpandoObject>.FilterPredicateFilterTransformation<ExpandoObject>.TargetBlockFilterTransformation<ExpandoObject>.SourceBlockFilterTransformation<ExpandoObject>.FilteredCountFilterTransformation<ExpandoObject>.PassedCountFilterTransformation<ExpandoObject>.Reset()FilterTransformation<ExpandoObject>.CheckParameter()FilterTransformation<ExpandoObject>.InitComponent()FilterTransformation<ExpandoObject>.CleanUpOnSuccess()FilterTransformation<ExpandoObject>.CleanUpOnFaulted(Exception)FilterTransformation<ExpandoObject>.LinkTo(IDataFlowDestination<ExpandoObject>)FilterTransformation<ExpandoObject>.LinkTo(IDataFlowDestination<ExpandoObject>, Predicate<ExpandoObject>)FilterTransformation<ExpandoObject>.LinkTo(IDataFlowDestination<ExpandoObject>, Predicate<ExpandoObject>, Predicate<ExpandoObject>)FilterTransformation<ExpandoObject>.LinkTo<TConvert>(IDataFlowDestination<ExpandoObject>)FilterTransformation<ExpandoObject>.LinkTo<TConvert>(IDataFlowDestination<ExpandoObject>, Predicate<ExpandoObject>)FilterTransformation<ExpandoObject>.LinkTo<TConvert>(IDataFlowDestination<ExpandoObject>, Predicate<ExpandoObject>, Predicate<ExpandoObject>)DataFlowTransformation<ExpandoObject, ExpandoObject>.TargetBlockDataFlowComponent.MaxBufferSizeDataFlowComponent.PredecessorsDataFlowComponent.SuccessorsDataFlowComponent.CompletionDataFlowComponent.BufferCancellationSourceDataFlowComponent.BufferCancellationTokenDataFlowComponent.WasComponentInitializedDataFlowComponent.IsReadyForProcessingDataFlowComponent.SetParentComponent(DataFlowComponent)DataFlowComponent.LinkErrorTo(IDataFlowDestination<ETLBoxError>)DataFlowComponent.InternalLinkTo<T>(IDataFlowDestination, object, object)DataFlowComponent.AddAutomaticVoidLinkToOtherTargets(DataFlowComponent, IDataFlowDestination)DataFlowComponent.ResetComponent()DataFlowComponent.InitBufferObjects(CancellationToken?)DataFlowComponent.PrepareParameterForCheck()DataFlowComponent.InitCheckedParameter()DataFlowComponent.OnInitializationDataFlowComponent.OnCompletionDataFlowComponent.OnExceptionDataFlowComponent.CompleteOrFaultBufferOnPredecessorCompletion(Task)DataFlowComponent.ExceptionDataFlowComponent.ErrorSourceDataFlowComponent.CancelBufferAndThrowOperationCanceledException()DataFlowComponent.InternalLinkErrorTo(IDataFlowDestination<ETLBoxError>)DataFlowComponent.ThrowOrRedirectError(Exception, string, string)DataFlowComponent.ThrowErrorAndFaultNetwork(Exception, string)DataFlowComponent.CancelComponent()DataFlowComponent.ErrorCountDataFlowComponent.ProgressCountDataFlowComponent.OnProgressDataFlowComponent.ExecutionStartTimeDataFlowComponent.ExecutionEndTimeDataFlowComponent.TagDataFlowComponent.LoggingStartOnce()DataFlowComponent.LoggingFinishOnce()DataFlowComponent.LogProgressBatch_AfterThrowOrRedirectError(int)DataFlowComponent.LogProgress_AfterThrowOrRedirectError()LoggableTask.TaskTypeLoggableTask.TaskNameLoggableTask.DisableLoggingLoggableTask.LogThresholdLoggableTask.TaskHashLoggableTask.LogInstanceLoggableTask.ParentTaskLoggableTask.LogTrace(string, params object[])LoggableTask.LogDebug(string, params object[])LoggableTask.LogInfo(string, params object[])LoggableTask.LogInfoOrDebug(string, params object[])LoggableTask.LogWarn(string, params object[])LoggableTask.LogError(string, params object[])LoggableTask.LogFatal(string, params object[])object.Equals(object)object.Equals(object, object)object.GetHashCode()object.GetType()object.MemberwiseClone()object.ReferenceEquals(object, object)object.ToString()Namespace: ETLBox.DataFlowAssembly: ETLBox.dllSyntax# public class FilterTransformation : FilterTransformation<ExpandoObject>, IDataFlowTransformation<ExpandoObject, ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowSource, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent, ILoggableTaskConstructorsFilterTransformation()#Declaration public FilterTransformation()FilterTransformation(Predicate<ExpandoObject>)#Declaration public FilterTransformation(Predicate<ExpandoObject> filterPredicate)ParametersTypeNameDescriptionPredicate<ExpandoObject>filterPredicateImplements#IDataFlowTransformation<TInput, TOutput>IDataFlowSource<TOutput>IDataFlowSourceIDataFlowDestination<TInput>IDataFlowDestinationIDataFlowComponentILoggableTaskPrevFilterTransformation<TInput>NextICachedData<TCache>