EnsureStoreData¶
Inserts or updates a row in the table based on the specified column and value as a single criterion. Only the included columns are updated.
1 | |
Parameters¶
string store
The name of the store.
string schema
The name of the schema.
string table
The name of the table.
string column
The name of the column to compare.
any value
The value to compare.
object input
The row values.
object initInput optional
The row values to initialize if the row does not exist.
Remarks¶
Example¶
1 2 3 4 5 6 | |