Show / Hide Table of Contents

    IDwReadOnlyUpdate Interface

    .NET Standard 2.x

    Represents how data is updated in the database for the INSERT/DELETE/UPDATE operation.

    All properties of this interface are read-only.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

    public interface IDwReadOnlyUpdate
    

    Property

    Name Return Type Description
    Arguments IReadOnlyList<IDwReadOnlyArgument> Gets the arguments to be passed to the stored procedure.
    IsProcedure System.Boolean Gets a bool value indicating whether to use a stored procedure instead of the INSERT/DELETE/UPDATE statement to update the database.
    Method System.String Gets the name of the stored procedure.
    Back to top Generated by Appeon