![]() | Products |
| Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 Data Access Components Manual » .NET Data Provider Reference » EDBCommandTextType Enumeration |
| Member | Description |
| Empty | Indicates that the current command text is empty. |
| Select | Indicates that the current command text is a SELECT statement. |
| Insert | Indicates that the current command text is an INSERT statement. |
| Update | Indicates that the current command text is an UPDATE statement. |
| Delete | Indicates that the current command text is a DELETE statement. |
| CreateDatabase | Indicates that the current command text is a CREATE DATABASE statement. |
| CreateUser | Indicates that the current command text is a CREATE USER statement. |
| CreateRole | Indicates that the current command text is a CREATE ROLE statement. |
| CreateJob | Indicates that the current command text is a CREATE JOB statement. |
| CreateStore | Indicates that the current command text is a CREATE STORE statement. |
| CreateModule | Indicates that the current command text is a CREATE MODULE statement. |
| CreateTextFilter | Indicates that the current command text is a CREATE TEXT FILTER statement. |
| CreateWordGenerator | Indicates that the current command text is a CREATE WORD GENERATOR statement. |
| CreateMigrator | Indicates that the current command text is a CREATE MIGRATOR statement. |
| CreateTable | Indicates that the current command text is a CREATE TABLE statement. |
| CreateView | Indicates that the current command text is a CREATE VIEW statement. |
| CreateIndex | Indicates that the current command text is a CREATE INDEX statement. |
| CreateTrigger | Indicates that the current command text is a CREATE TRIGGER statement. |
| CreateTextIndex | Indicates that the current command text is a CREATE TEXT INDEX statement. |
| CreateFunction | Indicates that the current command text is a CREATE FUNCTION statement. |
| CreateProcedure | Indicates that the current command text is a CREATE PROCEDURE statement. |
| DropDatabase | Indicates that the current command text is a DROP DATABASE statement. |
| DropUser | Indicates that the current command text is a DROP USER statement. |
| DropRole | Indicates that the current command text is a DROP ROLE statement. |
| DropJob | Indicates that the current command text is a DROP JOB statement. |
| DropStore | Indicates that the current command text is a DROP STORE statement. |
| DropModule | Indicates that the current command text is a DROP MODULE statement. |
| DropTextFilter | Indicates that the current command text is a DROP TEXT FILTER statement. |
| DropWordGenerator | Indicates that the current command text is a DROP WORD GENERATOR statement. |
| DropMigrator | Indicates that the current command text is a DROP MIGRATOR statement. |
| DropTable | Indicates that the current command text is a DROP TABLE statement. |
| DropView | Indicates that the current command text is a DROP VIEW statement. |
| DropIndex | Indicates that the current command text is a DROP INDEX statement. |
| DropTrigger | Indicates that the current command text is a DROP TRIGGER statement. |
| DropFunction | Indicates that the current command text is a DROP FUNCTION statement. |
| DropProcedure | Indicates that the current command text is a DROP PROCEDURE statement. |
| AlterDatabase | Indicates that the current command text is an ALTER DATABASE statement. |
| AlterUser | Indicates that the current command text is an ALTER USER statement. |
| AlterRole | Indicates that the current command text is an ALTER ROLE statement. |
| AlterJob | Indicates that the current command text is an ALTER JOB statement. |
| AlterStore | Indicates that the current command text is an ALTER STORE statement. |
| AlterModule | Indicates that the current command text is an ALTER MODULE statement. |
| AlterTextFilter | Indicates that the current command text is an ALTER TEXT FILTER statement. |
| AlterWordGenerator | Indicates that the current command text is an ALTER WORD GENERATOR statement. |
| AlterMigrator | Indicates that the current command text is an ALTER MIGRATOR statement. |
| AlterTable | Indicates that the current command text is an ALTER TABLE statement. |
| AlterView | Indicates that the current command text is an ALTER VIEW statement. |
| AlterIndex | Indicates that the current command text is an ALTER INDEX statement. |
| AlterTrigger | Indicates that the current command text is an ALTER TRIGGER statement. |
| AlterFunction | Indicates that the current command text is an ALTER FUNCTION statement. |
| AlterProcedure | Indicates that the current command text is an ALTER PROCEDURE statement. |
| RenameDatabase | Indicates that the current command text is an RENAME DATABASE statement. |
| RenameUser | Indicates that the current command text is an RENAME USER statement. |
| RenameRole | Indicates that the current command text is an RENAME ROLE statement. |
| RenameJob | Indicates that the current command text is an RENAME JOB statement. |
| RenameStore | Indicates that the current command text is an RENAME STORE statement. |
| RenameModule | Indicates that the current command text is an RENAME MODULE statement. |
| RenameTextFilter | Indicates that the current command text is an RENAME TEXT FILTER statement. |
| RenameWordGenerator | Indicates that the current command text is an RENAME WORD GENERATOR statement. |
| RenameMigrator | Indicates that the current command text is an RENAME MIGRATOR statement. |
| RenameTable | Indicates that the current command text is an RENAME TABLE statement. |
| RenameView | Indicates that the current command text is an RENAME VIEW statement. |
| RenameIndex | Indicates that the current command text is an RENAME INDEX statement. |
| RenameTrigger | Indicates that the current command text is an RENAME TRIGGER statement. |
| RenameFunction | Indicates that the current command text is an RENAME FUNCTION statement. |
| RenameProcedure | Indicates that the current command text is an RENAME PROCEDURE statement. |
| Grant | Indicates that the current command text is a GRANT PRIVILEGES or GRANT ROLES statement. |
| Revoke | Indicates that the current command text is a REVOKE PRIVILEGES or REVOKE ROLES statement. |
| RepairTable | Indicates that the current command text is a REPAIR TABLE statement. |
| VerifyTable | Indicates that the current command text is a VERIFY TABLE statement. |
| OptimizeTable | Indicates that the current command text is an OPTIMIZE TABLE statement. |
| EmptyTable | Indicates that the current command text is an EMPTY TABLE statement. |
| ExportTable | Indicates that the current command text is an EXPORT TABLE statement. |
| ImportTable | Indicates that the current command text is an IMPORT TABLE statement. |
| SetBackupsStore | Indicates that the current command text is a SET BACKUPS STORE statement. |
| BackupDatabase | Indicates that the current command text is a BACKUP DATABASE statement. |
| RestoreDatabase | Indicates that the current command text is a RESTORE DATABASE statement. |
| SetUpdatesStore | Indicates that the current command text is a SET UPDATES STORE statement. |
| SaveDatabaseUpdates | Indicates that the current command text is a SAVE UPDATES statement. |
| LoadDatabaseUpdates | Indicates that the current command text is a LOAD UPDATES statement. |
| PublishDatabase | Indicates that the current command text is a PUBLISH DATABASE statement. |
| UnpublishDatabase | Indicates that the current command text is an UNPUBLISH DATABASE statement. |
| MigrateDatabase | Indicates that the current command text is a MIGRATE DATABASE statement. |
| DisconnectServerSession | Indicates that the current command text is a DISCONNECT SERVER SESSION statement. |
| RemoveServerSession | Indicates that the current command text is a REMOVE SERVER SESSION statement. |
| SetFilesStore | Indicates that the current command text is a SET FILES STORE statement. |
| CopyFile | Indicates that the current command text is a COPY FILE statement. |
| RenameFile | Indicates that the current command text is a RENAME FILE statement. |
| DeleteFile | Indicates that the current command text is a DELETE FILE statement. |
| SetInformationCollate | Indicates that the current command text is a SET INFORMATION COLLATE statement. |
| CompareDatabase | Indicates that the current command text is a COMPARE DATABASE statement. |
| Script | Indicates that the current command text is a script. |
This web page was last updated on Tuesday, September 16, 2025 at 04:56 PM | Privacy Policy © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

