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
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