SqlStatementType Enumeration
In This Topic
Describes type of a statement in a script.
Syntax
Members
| 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. |
Inheritance Hierarchy
See Also