AlphaFilterAttrs Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
IncludeShowAllLink | 1 | If set, add a link with the text '(All)' as the first item in the list. | |
UseWCharFilter | 2 | Build the filter specifically for a wide character string. In SQL Server, this means nvarchar - e.g. last_name like N'A%' vs. last_name like 'A%'. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.