Click or drag to resize

ISqlFilter Interface

Represents a classic filter, for SQL use.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public interface ISqlFilter

The ISqlFilter type exposes the following members.

Properties
  NameDescription
Public propertyColumnName
Gets the name of the filtered column.
Public propertyOperator
Gets the SQL representation of the filter's operator.
Public propertyValue
Gets the value used to filter data.
Top
See Also