RestrictionOperatorStyle Enumeration |
Display style of the restriction operator when prompted in the report
Namespace: Seal.ModelAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic enum RestrictionOperatorStyle
Members| Member name | Value | Description |
|---|
| Visible | 0 |
Operator is visible and modifiable
|
| VisibleWithNulls | 1 |
Operator is visible with Null operators and modifiable
|
| NotModifiable | 2 |
Operator is visible but not modifiable
|
| NotVisible | 3 |
Operator is not visible
|
See Also