Show / Hide Table of Contents

    IDataStoreBase.GetItems Method

    .NET Standard 2.x

    Generic method. Gets the data for the specified column from the specified buffer of the DataStore. You can obtain the data that was originally retrieved and stored in the database, as well as the current value in the primary, delete, or filter buffers.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Overloads

    Method Description
    GetItems<TValue>(short column, DwBuffer bufferType = DwBuffer.Primary) Gets the data for the specified column from the specified buffer of the DataStore. You can obtain the data that was originally retrieved and stored in the database, as well as the current value in the primary, delete, or filter buffers.
    GetItems<TValue>(string column, DwBuffer bufferType = DwBuffer.Primary) Gets the data for the specified column from the specified buffer of the DataStore. You can obtain the data that was originally retrieved and stored in the database, as well as the current value in the primary, delete, or filter buffers.
    Back to top Generated by Appeon