The Filter
public class FilterInstructionPublic Class FilterInstruction Introduced: X16.
The following example shows the Filter
TXTextControl.DocumentServer.DataShaping.FilterInstruction instruction = new TXTextControl.DocumentServer.DataShaping.FilterInstruction();
instruction.ColumnName = "-----";Dim instruction As TXTextControl.DocumentServer.DataShaping.FilterInstruction = New TXTextControl.DocumentServer.DataShaping.FilterInstruction()
instruction.ColumnName = "-----"| Constructor | Description |
|---|---|
| Filter |
Initializes a new instance of the Filter |
| Property | Description |
|---|---|
| Column |
Gets or sets the name of the table column whose content this merge condition is compared to. |
| Compare |
Gets or sets the value the table column content is compared to using the specified comparison operator. |
| Comparison |
Gets or sets the relational operator used as the comparison operator. |
| Culture | Gets or sets the format provider for numerical value comparison. |
| Logical |
Gets or sets the logical operator by which to logically connect a filter instruction to the previous one if a filter consists of a collection of multiple filter instructions. |
Learn more about the TXText