Table of Contents

Property DataSourceFilter

Namespace
LMKit.Data
Assembly
LM-Kit.NET.dll

DataSourceFilter

Gets the filter function applied to DataSource objects.

public Func<DataSource, bool> DataSourceFilter { get; }

Property Value

Func<DataSource, bool>

Remarks

The function should return true if a DataSource is to be filtered (i.e., skipped) or false to include it.