'Declaration Public Enum SqlStatementType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum SqlStatementType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum SqlStatementType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum SqlStatementType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Alter | An ALTER statement. |
Batch | A complex construction like script or statement block. |
Commit | A COMMIT statement. |
Create | A CREATE statement. |
Delete | A DELETE statement. |
Drop | A DROP statement. |
Execute | An EXECUTE statement. |
Extended | A construction that does not represent usual SQL statements. |
Insert | An INSERT statement. |
Rollback | A ROLLBACK statement. |
Select | A SELECT statement. |
Truncate | A TRUNCATE statement. |
Unknown | Unknown statement type. |
Update | An UPDATE statement. |
With | A WITH statement. |
System.Object
System.ValueType
System.Enum
Devart.Common.SqlStatementType
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