IDataStoreBase.SetItemStatus Method
.NET Standard 2.x
Sets the modification status in the column (by the column number/name) for a row in the specified buffer of the DataStore. The column modification status along with row modification status determines the type of SQL statement the Update
method will generate for the row.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
Method | Description |
---|---|
SetItemStatus(int row ,short column, DwBuffer dwbuffer, PropertyState status) | Sets the modification status in the column (by the column number) for a row in the specified buffer of the DataStore. The column modification status along with row modification status determines the type of SQL statement the Update method will generate for the row. |
SetItemStatus(int row, string column, DwBuffer dwbuffer, PropertyState status) | Sets the modification status in the column (by the column name) for a row in the specified buffer in the DataStore. The column modification status along with row modification status determines the type of SQL statement the Update method will generate for the row. |