Show / Hide Table of Contents

    IDwArgument.UseOriginal Property

    .NET Standard 2.x

    Gets or sets a bool value indicating whether the data is the new or original column value.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

    new bool UseOriginal { get; set; }
    

    Property Value

    System.Boolean

    A bool value indicating whether the data is the new or original column value.

    false: The new column value that is being sent to the database.

    true: The value that the DataWindow originally reads from the database.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon