CondLinkType enum
Represents different possible types of linking between conditions
public enum Korzh.EasyQuery.WinForms.CondLinkType : EnumPackage: Korzh.EasyQuery.WinForms (targets: net461, net5.0-windows7.0, netcoreapp3.1)
Assembly: Korzh.EasyQuery.WinForms.dll
| Name | Value | Description |
|---|---|---|
| All | 1 | Show “All” type of linking; |
| Any | 2 | Show “Any” type of linking; |
| None | 4 | Show “None” type of linking; |
| NotAll | 8 | Show “Not all” type of linking; |
| AllTypes | 255 | A combination of all types of the linking |