condlinktype-enum
Represents different possible types of linking between conditions
public enum Korzh.EasyQuery.WinForms.CondLinkType
: Enum
Assembly: Korzh.EasyQuery.WinForms.dll
Enum
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 |