Enum GroupType
The type of grouping in a filter
Namespace: LemonEdge.Utils.Database
Assembly: Utils.dll
Syntax
public enum GroupType : short
Remarks
Mapped to telerik composite filters
Fields
Name | Description |
---|---|
And | Items are combined to gether through the And logical operation |
Not | The logical results are inverted |
Or | Items are combined to gether through the And logical operation |