GetListOptions Enumeration |
Namespace: NetQuarry
| Member name | Value | Description | |
|---|---|---|---|
| IgnoreDiscrim | 1 | Include all items, regardless of their discriminator. | |
| IncludeDisabled | 2 | Include disabled items. | |
| StartsWith | 4 | Return items starting with the specified value vs. an exact match. | |
| Sorted | 8 | The returned list should be sorted per the picklists sort specification. | |
| NoLateBoundFill | 16 | If the PicklistItem is not found do not use any late-bound SQL to find the item via querying the database. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.