Aspose::Cells::Saving::SqlScriptOperatorType enum

SqlScriptOperatorType enum

Represents the type of operating data.

enum class SqlScriptOperatorType

Values

NameValueDescription
Insert0
Insert data.
Update1
Update data.
Delete2
Delete data.

See Also