dotConnect for MySQL Documentation
Devart.Common Namespace / ParserBehavior Enumeration

ParserBehavior Enumeration
Syntax
'Declaration
 
Public Enum ParserBehavior 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
 
Members
MemberDescription
AllParse all statement clauses.
ColumnsParse select-list.
GroupByParse GROUP BY clause.
HavingParse HAVING clause.
NoneDo not parse any clause.
OrderByParse ORDER BY clause.
TablesParse FROM clause.
WhereParse WHERE clause.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Devart.Common.ParserBehavior

Requirements

Target Platforms: 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