[]
        
(Showing Draft Content)

C1.DataConnector.C1StatementType

C1StatementType Enum

The type of the SQL statement

Namespace: C1.DataConnector
Assembly: C1.DataConnector.dll
Syntax
public enum C1StatementType

Fields

Name Description
AlterTable

Represents a statement to alter a table.

Begin

Begin

Commit

Commit

CreateTable

CreateTable

Delete

Delete

DropTable

Represents a statement to drop a table.

Insert

Insert

Rollback

Rollback

Select

Select

Update

Update