Aspose::Cells::Saving::SqlScriptOperatorType enum
SqlScriptOperatorType enum
Represents the type of operating data.
enum class SqlScriptOperatorType
Values
Name | Value | Description |
---|---|---|
Insert | 0 | Insert data. |
Update | 1 | Update data. |
Delete | 2 | Delete data. |
See Also
- Namespace Aspose::Cells::Saving
- Library Aspose.Cells for C++