Table of Contents

Interface IFilterItem

Namespace
YndigoBlue.Velocity.Interfaces
Assembly
YndigoBlue.Velocity.dll

Defines elements that can be used in query filter expressions.

public interface IFilterItem

Remarks

Filter items are components that make up WHERE clause conditions and other filter expressions. Implementations include criteria (column comparisons), boolean operators (AND/OR), nested filters (grouped conditions), and functions. The filter item type identifies the element's role in the filter expression tree.

Properties

FilterItemType

Gets the type of filter item.