Enum SqlScriptOperatorType
Enum SqlScriptOperatorType
Namespace: Aspose.Cells.Saving
Assembly: Aspose.Cells.dll (25.2.0)
Represents the type of operating data.
public enum SqlScriptOperatorType
Fields
Delete = 2
Delete data.
Insert = 0
Insert data.
Update = 1
Update data.