IDataStore.GetValues Method
.NET Standard 2.x
Obtains a collection of values of the column (specified by the column number/name), from the specified buffer in the DataStore.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
Method | Description |
---|---|
GetValues(short column, DwBuffer bufferType = DwBuffer.Primary) | Obtains a collection of values of the column (specified by the column number), from the specified buffer in the DataStore. |
GetValues(string column, DwBuffer bufferType = DwBuffer.Primary) | Obtains a collection of values of the column (specified by the column name), from the specified buffer in the DataStore. |