Show / Hide Table of Contents

    DwBuffer Enum

    .NET Standard 2.x

    The DataWindow buffer containing the rows you want to access.

    Used in many DataStore methods that access data.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

       public enum DwBuffer
    

    Members

    Member Name Description
    Primary The data in the primary buffer, meaning data that has not been deleted or filtered out. (Default value when argument is optional.)
    Filter Data in the filter buffer, meaning data that has been filtered and removed from the primary buffer.
    Delete Data in the delete buffer, meaning data that has been deleted from the DataStore but has not been committed to the database.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon