Click or drag to resize

RecroGridRGFilterRGCondition Class

Condition class.
Inheritance Hierarchy
SystemObject
  Recrovit.RecroGridFrameworkRecroGridRGFilterRGCondition

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
[SerializableAttribute]
public class RGCondition : IXmlSerializable

The RecroGridRGFilterRGCondition type exposes the following members.

Constructors
  NameDescription
Public methodRecroGridRGFilterRGCondition
Initializes a new instance of the RecroGridRGFilterRGCondition class
Top
Properties
  NameDescription
Public propertyColName
Gets or sets the name of the column.
Public propertyId
Gets or sets the identifier.
Public propertyLogicalOperator
Gets or sets the logical operator.
Public propertyParamsArray
Gets or sets the parameter values.
Public propertySQLOperator
Gets or sets the SQL operator.
Top
See Also