Click or drag to resize

AlphaFilterAttrs Enumeration

Attributes for the AlphaFilter links on a datasheet

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum AlphaFilterAttrs
Members
  Member nameValueDescription
IncludeShowAllLink1If set, add a link with the text '(All)' as the first item in the list.
UseWCharFilter2Build 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%'.
See Also