Represents options of attributes visibility in Entities Panel
public enum Korzh.EasyQuery.WinForms.ShowAttrOptions
: Enum
Package: Korzh.EasyQuery.WinForms
(targets: net461
, net5.0-windows7.0
, netcoreapp3.1
)
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 |