Table of Contents

Class ColumnFilter

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

Filter to be applied on the column when querying a table.

public class ColumnFilter : IColumnFilter
Inheritance
ColumnFilter
Implements
Extension Methods

Constructors

ColumnFilter()

Properties

ComparisonOperator

Gets or sets the comparison operator.

Pid

Gets or sets the ID of the column parameter that will be used in the filter.

Value

Gets or sets the value that will be used to compare against.