Enum CrossFilteringBehavior
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
Indicates how relationships influence filtering of data. The enumeration defines the possible behaviors.
public enum CrossFilteringBehavior
Fields
| Name | Description |
|---|---|
| Automatic | The engine will analyze the relationships and choose one of the behaviors by using heuristics. |
| BothDirections | Filters on either end of the relationship will automatically filter the other table. |
| OneDirection | The rows selected in the 'To' end of the relationship will automatically filter scans of the table in the 'From' end of the relationship. |