ContinueOnAlterException
Whether you want to continue after a ALTER statement has failed.
Data Type
bool
Default Value
false
Remarks
The ALTER statement is split into multiple alter statements when more than 10 columns are present in the statement to facilitate an API limit where ALTER statements can include a maximum of 10 columns being modified/added. If true, when an individual statement fails, the driver continues to evaulate the others. If false, the failure of any statement will result in an error instead of a skip.