Show / Hide Table of Contents

    IDwTable.Update Property

    .NET Standard 2.x

    Gets or sets an IDwUpdate object which specifies how data is updated in the database for the UPDATE operation.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

       IDwUpdate Update { get; set; }
    

    Property Value

    DWNet.Data.IDwUpdate

    The IDwUpdate object which specifies how data is updated in the database for the UPDATE operation.

    Remarks

    When the IDataStore.Update method is executed, it can send UPDATE, INSERT, and DELETE SQL statements to the DBMS. You can specify that a stored procedure be used instead of the default SQL statement for each type of data modification.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon