Show / Hide Table of Contents

    IDwReadOnlyTable.Insert Property

    .NET Standard 2.x

    Gets an IDwReadOnlyUpdate object which specifies how data is updated in the database for the INSERT operation.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

    IDwReadOnlyUpdate Insert { get; }
    

    Property Value

    DWNet.Data.IDwReadOnlyUpdate

    The IDwReadOnlyUpdate object which specifies how data is updated in the database for the INSERT 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