showattroptions-enum
Represents options of attributes visibility in Entities Panel
public enum Korzh.EasyQuery.WinForms.ShowAttrOptions
: Enum
Assembly: Korzh.EasyQuery.WinForms.dll
Enum
| Name | Value | Description |
|---|---|---|
| ConditionAttributes | 1 | "Use in conditions" attributes will be shown |
| ColumnAttributes | 2 | "Use in result" attributes will be shown |
| SortingAttributes | 4 | "Use in sorting" attributes will be shown |
| All | 255 | All attributes will be shown |