Show / Hide Table of Contents

    IDwReadOnlyTable.UpdateKeyInPlace Property

    .NET Standard 2.x

    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: DWNet.Data

    Assembly: DWNet.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