SqlScriptOperatorType
SqlScriptOperatorType enumeration
Represents the type of operating data.
Values
Name | Value | Description |
---|---|---|
Insert | 0 | Insert data. |
Update | 1 | Update data. |
Delete | 2 | Delete data. |
Represents the type of operating data.
Name | Value | Description |
---|---|---|
Insert | 0 | Insert data. |
Update | 1 | Update data. |
Delete | 2 | Delete data. |