Click or drag to resize

featurePropertiesdatasheet_StandardPicklistSortThreshold Property

When set, sorting on standard picklist fields is supported for picklists having no more than the specified number of items. A UNION subquery will be used for the sort.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
int datasheet_StandardPicklistSortThreshold { get; }

Property Value

Type: Int32
When set, sorting on standard picklist fields is supported for picklists having no more than the specified number of items. A UNION subquery will be used for the sort.
See Also