Show / Hide Table of Contents

    IDwReadOnlyTable.UpdateTable Property

    .NET Standard 2.x

    Gets a string from the DataWindow syntax which specifies the name of the database table used to build the Update syntax. This property is not used in .NET DataStore; it is used in PowerBuilder.

    But when updating the database table with .NET DataStore, the updated table will come from the primary table in the model and will no longer depend on the UpdateTable property.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

    string UpdateTable { get; }
    

    Property Value

    System.String

    A string specifying the name of the database table used to build the Update syntax in PowerBuilder.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon