DataStoreExtensions.SetItem Method
.NET Standard 2.x
Sets the data value at the specified row and column in the specified buffer.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Overloads
Method | Description |
---|---|
SetItem(this DataStore dataStore, int row, short column, object value, DwBuffer bufferType = DwBuffer.Primary) | Sets the data value at the specified row and column in the specified buffer. |
SetItem(this DataStore dataStore, int row, string column, object value, DwBuffer bufferType = DwBuffer.Primary) | Sets the data value at the specified row and column in the specified buffer. |