Enum SqlScriptOperatorType

SqlScriptOperatorType enumeration

Represents the type of operating data.

public enum SqlScriptOperatorType

Values

NameValueDescription
Insert0Insert data.
Update1Update data.
Delete2Delete data.

See Also