interface MicrosoftSqlNodeParameters {
columns?: string;
deleteKey?: string;
operation?:
| "update"
| "delete"
| "executeQuery"
| "insert";
query?: string;
table?: string;
updateKey?: string;
}
interface MicrosoftSqlNodeParameters {
columns?: string;
deleteKey?: string;
operation?:
| "update"
| "delete"
| "executeQuery"
| "insert";
query?: string;
table?: string;
updateKey?: string;
}
Comma-separated list of the properties which should used as columns for the new rows