NOperatorRowCondition Class Members
In This Topic
The following tables list the members exposed by NOperatorRowCondition.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| MatchCase | Gets or sets whether the string match operation is performed in case sensitive or case insensitive manner. By default true. Only has effects when Operator is equal to StartsWith, EndsWith, Contains, ContainedIn and Like. |
| Operator | Gets or sets the filter operator to apply. |
| Value | Gets or sets the filter value |
Top
Public Methods
Protected Methods
| Name | Description |
| tbC | Overridden. |
Top
See Also