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