Show / Hide Table of Contents

    DataStoreExtensions.GetValues<TValue> Method

    .NET Standard 2.x

    Gets the data from the DataStore.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Overloads

    Method Description
    GetValues(this DataStore dataStore, string column, DwBuffer bufferType = DwBuffer.Primary, bool isOriginalValue = false) Gets the data of the specified column.
    GetValues(this DataStore dataStore, string column, int startRow, int endRow, DwBuffer bufferType = DwBuffer.Primary, bool isOriginalValue = false) Gets the data from the specified column and from the specified ranges of rows.
    Back to top Generated by Appeon