Property DataSourceFilter
DataSourceFilter
Gets the filter function applied to DataSource objects.
public Func<DataSource, bool> DataSourceFilter { get; }
Property Value
Remarks
The function should return true if a DataSource is to be filtered (i.e., skipped) or false to include it.