Version

AutoFilterQueryTypes Enumeration

DB query is built based on the AutoFilterQueryType in case the developer would like a more complex and involved query, he should use the respective client-side/server-side events
Syntax
'Declaration
 
Public Enum AutoFilterQueryTypes 
   Inherits System.Enum
public enum AutoFilterQueryTypes : System.Enum 
Members
MemberDescription
Contains 
DoesNotContain 
DoesNotEqual 
EndsWith 
Equals 
StartsWith 
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also