ICursorFilterTypeCTCF Properties |
The ICursorFilterTypeCTCF type exposes the following members.
| Name | Description | |
|---|---|---|
| Category |
Connected category name; case-sensitive!
| |
| ClauseNumber |
Filter clause number. Should be a number between 1 and 8.
| |
| Connection |
Connection name; case-sensitive!
| |
| Except |
Specify Not-filter. Equivalent to the 'Except' chekbox in a filtyer dialog
| |
| FieldName |
Field to evaluate.
| |
| FieldValue |
Fieldvalue to evaluate.
Ignored when Between qualifier is used.
| |
| FilterBetweenEndValue |
End value (inclusive) for filters with Between qualifier. Used only with Between qualifier on F and CTCF filters, otherwise ignored.
When this property is set, you must also set FilterStartEndValue.
| |
| FilterBetweenStartValue |
Start value (inclusive) for filters with Between qualifier. Used only with Between qualifier on F and CTCF filters, otherwise ignored.
When this property is set, you must also set FilterBetweenEndValue.
| |
| FiltertypeIdentifier |
String representing the filtertype identifier for use in a Commence DDE request.
| |
| MatchCase |
Case-sensitive parameter.
Set to true for case-sensitive filter.
| |
| OrFilter |
Specify if this filter must be treated as an Or filter. Default is false.
| |
| Qualifier |
Convenience property for the qualifier for in .NET applications. This property takes precedence over QualifierString.
| |
| QualifierString |
See QualifierString | |
| Shared |
Filter for Local/Shared items.
| |
| SharedOptionSet |
Keep track of whether the 'shared/local' option was set
|