DataStoreExtensions.SetValues Method
.NET Standard 2.x
Sets the data value in the specified buffer.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Overloads
Method | Description |
---|---|
SetValues(DataStore dataStore, string column, object value, DwBuffer bufferType = DwBuffer.Primary) | Sets the data value for the specified column in the specified buffer. |
SetValues(this DataStore dataStore, string column, int startRow, int endRow, object value, DwBuffer bufferType = DwBuffer.Primary) | Sets the data value for the specified column and the specified range of rows in the specified buffer. |