Interface IDataFilter
- Namespace
- Datafication.Core.Data
- Assembly
- Datafication.Core.dll
Defines the contract for data filters that process and transform a DataBlock.
public interface IDataFilter
Methods
Apply(DataBlock)
Applies the filter logic to the provided DataBlock.
DataBlock Apply(DataBlock dataBlock)