Show / Hide Table of Contents

    IDwReadOnlyTable.UpdateKeyInPlace Property

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha

    1.0.1 (current)

    Gets whether the key column can be updated in place or the row has to be deleted and re-inserted.

    This property is used by .NET DataStore.

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Syntax

    bool UpdateKeyInPlace { get; }
    

    Property Value

    System.Boolean

    This value determines the syntax .NET DataStore generates when the value of a key column is modified:

    Yes -- Use the UPDATE statement when the key is changed so that the key is updated in place.

    No -- Use a DELETE and an INSERT statement when the key is changed.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon