IDataStoreBase.GetItemStatus Method
.NET Standard 2.x
Gets the modification status of a column (specified by column number/name/expression) within a row in the specified buffer. The modification status determines the type of SQL statement the Update
method will generate for the row or column.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
Method | Description |
---|---|
GetItemStatus(int row, short column, DwBuffer bufferType = DwBuffer.Primary) | Gets the modification status of a column (specified by column number) within a row in the specified buffer. The modification status determines the type of SQL statement the Update method will generate for the row or column. |
GetItemStatus(int row, string column, DwBuffer dwbuffer = DwBuffer.Primary) | Gets the modification status of a column (specified by column name) within a row in the specified buffer. The modification status determines the type of SQL statement the Update method will generate for the row or column. |